Blender Git Commit Log

Git Commits -> Revision c483a54

Revision c483a54 by Joshua Leung (master)
October 15, 2012, 03:52 (GMT)
Making "Jump to Keyframes" operator (for Action/Graph Editors) more obvious

This operator used to be called "Jump to Frame". It basically takes the midpoint
(frame number and/or value) of selected keyframes, and positions the current
frame (or2d-cursor in Graph Editor) at this point.

The hotkey for this is now Ctrl-G (i.e. as it's similar to a "Goto Frame"
feature). It is also now in the Key menu instead of in the relatively obscure
View menu, even though it doesn't actually result in any keyframe edits taking
place.

(Also, fixed a typo/grammer issue with one of Remove Bone Group operator)

Commit Details:

Full Hash: c483a54207d78acea785566e82f54145457466ec
SVN Revision: 51331
Parent Commit: 75198e9
Lines Changed: +15, -13

7 Modified Paths:

/release/scripts/startup/bl_ui/space_dopesheet.py (+3, -1) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+3, -1) (Diff)
/source/blender/editors/armature/poseobject.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+2, -2) (Diff)
/source/blender/editors/space_action/action_ops.c (+2, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+2, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021