Blender Git Commit Log
Git Commits -> Revision 095c8db
Revision 095c8db by Joshua Leung (master) July 7, 2016, 13:49 (GMT) |
Dopesheet: Keyframe size can be adjusted as part of theme settings This commit introduces a scale factor setting for scaling all keyframe indicators in the Dopesheet Editor up/down, in order to make them easier to select. It is perhaps most useful for keyframe types which are usually indicated using smaller keyframes (e.g. breakdown), which may get tricky to quickly select. |
Commit Details:
Full Hash: 095c8dbe6919857ea322b213a1e240161cd7c843
Parent Commit: fab4b90
Lines Changed: +153, -102
12 Modified Paths:
/source/blender/editors/animation/anim_channels_edit.c (+4, -4) (Diff)
/source/blender/editors/animation/anim_filter.c (+25, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+35, -31) (Diff)
/source/blender/editors/include/ED_anim_api.h (+8, -6) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+9, -9) (Diff)
/source/blender/editors/interface/resources.c (+10, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+32, -32) (Diff)
/source/blender/editors/space_action/action_edit.c (+4, -4) (Diff)
/source/blender/editors/space_action/action_select.c (+6, -6) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+9, -9) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+25, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+35, -31) (Diff)
/source/blender/editors/include/ED_anim_api.h (+8, -6) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+9, -9) (Diff)
/source/blender/editors/interface/resources.c (+10, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+32, -32) (Diff)
/source/blender/editors/space_action/action_edit.c (+4, -4) (Diff)
/source/blender/editors/space_action/action_select.c (+6, -6) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+9, -9) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -0) (Diff)