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