Blender Git Loki
Git Commits -> Revision b6c1490
Revision b6c1490 by Joshua Leung (master) July 3, 2011, 11:56 (GMT) |
Experimental depsgraph tweak: Objects with drivers are now treated as needing updates when the current frame changes. This assumption has been documented in the code, and should at least mean that users who try to use drivers for creating simple time-based expressions that this should work. Note: - It is still recommended to create a "cfra" driver variable instead of actually inlining bpy.context.scene.frame_current into the expressions. Not only does the latter look rather nasty to type/have in the expression, but it is also less future-proof for when I get around to actually working on a beefed-up depsgraph (nothing official on that front yet...) |
Commit Details:
Full Hash: b6c1490359964311db7ffb2b74ebc05772bf8be9
SVN Revision: 38059
Parent Commit: c922b41
Lines Changed: +6, -0
1 Modified Path:
/source/blender/blenkernel/intern/depsgraph.c (+6, -0) (Diff)