Blender Git Loki

Git Commits -> Revision 35422ac

Revision 35422ac by Campbell Barton (master)
January 3, 2011, 09:09 (GMT)
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.

Commit Details:

Full Hash: 35422ac536467ccddcaa17014b87aa3ed041a068
SVN Revision: 34029
Parent Commit: dacdfbe
Lines Changed: +55, -31

4 Modified Paths:

/release/scripts/op/io_scene_fbx/export_fbx.py (+2, -2) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+50, -0) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+0, -29) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021