Blender Git Commit Log
Git Commits -> Revision e3842d1
Revision e3842d1 by Joshua Leung (master) March 17, 2011, 10:02 (GMT) |
Bugfix [#26505] zoom in selected keys on graph editor Not really a "bug", but it was on my todo anyways. Based on patch [#26508] by Campbell, with a few modifications including extending this to the Action/DopeSheet editor too. |
Commit Details:
Full Hash: e3842d1ca4dd2fdc58b8d7819a8a02a688753146
SVN Revision: 35590
Parent Commit: 58c8dca
Lines Changed: +169, -36
14 Modified Paths:
/release/scripts/ui/space_dopesheet.py (+1, -0) (Diff)
/release/scripts/ui/space_graph.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/action.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+75, -12) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+35, -6) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+41, -12) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+2, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+1, -1) (Diff)
/release/scripts/ui/space_graph.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/action.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+75, -12) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+35, -6) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+41, -12) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+2, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+1, -1) (Diff)