Blender Git Loki

Git Commits -> Revision 20fb4e3

Revision 20fb4e3 by Joshua Leung (master)
February 7, 2010, 11:50 (GMT)
DopeSheet and Graph Editors: Select More/Less Operators

This commit introduces the Select More/Less Operators (Ctrl +/-) for keyframes. This works like the ones for curves, by only selecting/deselecting keyframes lying in the same F-Curve. Inter F-Curve selection is not done by this operator. That is the job for another one.

This is especially useful for F-Curves set in the 0-1-0 pattern (i.e. 3 keyframes forming localised peaks), where the peaks can be selected by clicking on them individually, and immediately surrounding '0' values are selected too using "Select More".

Commit Details:

Full Hash: 20fb4e3367a4a544e15fa7c556868a37966356de
SVN Revision: 26666
Parent Commit: 7d2c438
Lines Changed: +405, -4

10 Modified Paths:

/release/scripts/ui/space_dopesheet.py (+4, -0) (Diff)
/release/scripts/ui/space_graph.py (+4, -0) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+132, -3) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+24, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+2, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+7, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+112, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+2, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+6, -0) (Diff)
/source/blender/editors/space_graph/graph_select.c (+112, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021