Blender Git Loki
Git Commits -> Revision 233ef82
Revision 233ef82 by Sergey Sharybin (depsgraph_refactor) March 18, 2015, 10:51 (GMT) |
Depsgraph: Fix tweaking animated custom property doesn't work It was not totally correct logic around when to tag animation component for update. Now its tagging when adt->recalc is set to ADT_RECALC_ANIM, which means for now setting this flag should happen prior to DAG_id_tag_update() call, but in the future we can wrap this into an utility function. |
Commit Details:
Full Hash: 233ef825cecc8e581f525e5ee473b547d4124517
Parent Commit: fc896c6
Lines Changed: +44, -51