Blender Git Commit Log

Git Commits -> Revision 681236d

Revision 681236d by Sergey Sharybin (depsgraph_refactor)
February 16, 2015, 15:12 (GMT)
Depsgraph: Fix missing animation update when tweaking fcurves in graph editor

Not totally happy with this solution, mainly:

- It's a bit weird to explicitly tag ID for update when updating animation data,
thinking maybe we can have function like DAG_anim_data_tag_update(). But it is
also a bit tricky to get back from animation data to ID it seems.

- Re-scheduling time update tags is not supported at this moment. This means if
both relations are tagged for update and animation data is tagged for update
the animation update will be missing.

Anyway, it's an interesting issue and think it's good starting patch for it.

Commit Details:

Full Hash: 681236de3bd427d1c5ef17e604e44280cd75a8c3
Parent Commit: 76ea712
Lines Changed: +25, -3

2 Modified Paths:

/source/blender/depsgraph/intern/depsgraph_tag.cpp (+22, -2) (Diff)
/source/blender/editors/animation/anim_deps.c (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021