Blender Git Commit Log
Git Commits -> Revision 212aa10
Revision 212aa10 by Jeroen Bakker (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:55 (GMT) |
Cleanup: Separate keyframes_draw and keyframes_keylist. The keylist functions are used in other places for none drawing related stuff. Fe pose_slide uses it. |
Commit Details:
Full Hash: 212aa101a16fa2086f3ea9699edc1dbb3e7f69b2
Parent Commit: 2c73130
Committed By: Fabian Schempp
Lines Changed: +998, -908
2 Added Paths:
/source/blender/editors/animation/keyframes_keylist.c (+793, -0) (View)
/source/blender/editors/include/ED_keyframes_keylist.h (+195, -0) (View)
/source/blender/editors/include/ED_keyframes_keylist.h (+195, -0) (View)
11 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_motion_paths.c (+1, -1) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -757) (Diff)
/source/blender/editors/armature/pose_lib.c (+1, -1) (Diff)
/source/blender/editors/armature/pose_slide.c (+1, -1) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+0, -146) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_motion_paths.c (+1, -1) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -757) (Diff)
/source/blender/editors/armature/pose_lib.c (+1, -1) (Diff)
/source/blender/editors/armature/pose_slide.c (+1, -1) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+0, -146) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+1, -0) (Diff)