Blender Git Loki
Git Commits -> Revision 9c0e7f7
Revision 9c0e7f7 by Sergey Sharybin (master) July 31, 2019, 13:10 (GMT) |
Animation: Remove depsgraph argument from direct keyframing It was used to access evaluated object and pose and was done prior to implementation of flushing values back to original data for an active dependency graph. Removing the argument allows to simplify API and solve issues with accessing missing dependency graph on redo. |
Commit Details:
Full Hash: 9c0e7f7dd6465af491b3f9ad4c26b26fe891bddf
Parent Commit: 0d3493d
Lines Changed: +36, -86
6 Modified Paths:
/source/blender/editors/animation/anim_channels_defines.c (+3, -5) (Diff)
/source/blender/editors/animation/keyframing.c (+21, -54) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+8, -17) (Diff)
/source/blender/editors/include/ED_keyframing.h (+1, -2) (Diff)
/source/blender/editors/interface/interface_anim.c (+2, -5) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -3) (Diff)
/source/blender/editors/animation/keyframing.c (+21, -54) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+8, -17) (Diff)
/source/blender/editors/include/ED_keyframing.h (+1, -2) (Diff)
/source/blender/editors/interface/interface_anim.c (+2, -5) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -3) (Diff)