Blender Git Loki
Git Commits -> Revision f525312
Revision f525312 by Joshua Leung (master) April 5, 2010, 11:47 (GMT) |
Animation Editors: Select Linked Operator This operator selects all the keyframes in the same F-Curve as a selected keyframe. |
Commit Details:
Full Hash: f5253127217fa89c9c884aacb0cc815b5eee3095
SVN Revision: 28011
Parent Commit: f529360
Lines Changed: +126, -0
8 Modified Paths:
/release/scripts/ui/space_dopesheet.py (+3, -0) (Diff)
/release/scripts/ui/space_graph.py (+3, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+3, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+55, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_select.c (+55, -0) (Diff)
/release/scripts/ui/space_graph.py (+3, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+3, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+55, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_select.c (+55, -0) (Diff)