Blender Git Loki
Git Commits -> Revision e9263a8
May 13, 2015, 18:31 (GMT) |
Zoom to frame options, requested by the Hwoozeberry (dutch translation) team. There are 3 options here: 1) Keep range (previous behaviour) 2) Seconds - allows a specified offset in seconds around current frame 3) keyframes - zoom to include a number of keyframes around the cursor Options 2 and 3 have their own properties to tweak the behaviour and all options can be found in User Preferences->Interface under the 2D viewports section. Number 3 will probably need some refinement so commiting here for the hwoozeberry team to test first. |
Commit Details:
Full Hash: e9263a8ee329afc894f226d770b12df37ff1ddd4
Parent Commit: bab4d49
Lines Changed: +184, -21
9 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+5, -0) (Diff)
/source/blender/editors/animation/anim_draw.c (+140, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -0) (Diff)
/source/blender/editors/include/UI_view2d.h (+0, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+0, -15) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+25, -2) (Diff)
/source/blender/editors/animation/anim_draw.c (+140, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -0) (Diff)
/source/blender/editors/include/UI_view2d.h (+0, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+0, -15) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+25, -2) (Diff)