Blender Git Loki
Git Commits -> Revision abda89b
Revision abda89b by Brecht Van Lommel (master) August 21, 2012, 08:57 (GMT) |
Fix cycles continuously updating when creating a driver for a scene property, like driving integrator seed with #frame. The scene drivers are evaluated continuously, which would be nice to fix but complicated, now it compares the RNA value to see if it actually changed, and avoids the update in that case, which is a useful optimization by itself. |
Commit Details:
Full Hash: abda89bf4d6e145164c0767989ae3f32a77cc9b5
SVN Revision: 50069
Parent Commit: 6f518e0
Lines Changed: +43, -15
1 Modified Path:
/source/blender/blenkernel/intern/anim_sys.c (+43, -15) (Diff)