Blender Git Commit Log
Git Commits -> Revision 2819b60
Revision 2819b60 by Sergey Sharybin (master) June 6, 2019, 07:58 (GMT) |
Fix T63035: Undoing in pose mode destroys the entire pose Respect do_time flag in on_visible_update, matching behavior of old dependency graph and avoids unwanted animation updates. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5026 |
Commit Details:
Full Hash: 2819b609339b907421dc25c00223950ccee381ab
Parent Commit: 0afa9d6
Lines Changed: +29, -25
6 Modified Paths:
/source/blender/depsgraph/DEG_depsgraph.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+19, -18) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -2) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+19, -18) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -2) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -1) (Diff)