Blender Git Loki
Git Commits -> Revision db57cba
Revision db57cba by Sergey Sharybin (master) January 26, 2012, 11:49 (GMT) |
More curves view improvements for clip editor: - Renamed graph_jump_to_current_frame to graph_center_current_frame which makes more sense. - Curve view now can be locked to time cursor (Lock to Time Cursor in Display panel or L button in curve view). Not sure if offset from locked position will make much sense here. - Added hotkey for solving -- Shift-S. |
Commit Details:
Full Hash: db57cbac20bb513ba688c5cfb2655d8753a89aab
SVN Revision: 43720
Parent Commit: e19d781
Lines Changed: +38, -12
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+3, -0) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+14, -8) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+10, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+14, -8) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+10, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)