blender/release/scripts/op/io_scene_fbx
Campbell Barton 35422ac536 rna/api
move Object.update(...) to ID.update(). since depsgraph update function can now be called on ID types.

also changed how update flags work.

  obj.update(scene, 1, 1, 1)
... is now
  obj.update({'OBJECT', 'DATA', 'TIME'})

Don't pass scene anymore. This was used for recalculating text but I think this is better dont in a different function.
2011-01-03 09:09:30 +00:00
..
__init__.py presets for operators, re-using same preset system as render, cloth etc use. 2010-12-24 07:46:40 +00:00
export_fbx.py rna/api 2011-01-03 09:09:30 +00:00