Blender Git Loki
Git Commits -> Revision 2246d45
Revision 2246d45 by Maxime Casas (master) June 8, 2021, 13:45 (GMT) |
Animation: Allow selection of FCurve + its keys Selection of an FCurve with box/circle select now selects the entire curve and all its keys: - Box selecting a curve selects all the keyframes of the curve. - Ctrl + box selecting of the curve deselects all the keyframes of the curve. - Shift + box selecting of the curve extends the keyframe selection, adding all the keyframes of the curves that were just selected to the selection. - In all cases, if the selection area contains a key, nothing is performed on the curves themselves (the action only impacts the selected keys). Reviewed By: sybren, #animation_rigging Differential Revision: https://developer.blender.org/D11181 |
Commit Details:
Full Hash: 2246d456aa848f0e6b41ed90ff44869e79cb8def
Parent Commit: 9553ba1
Committed By: Sybren A. Stüvel
Lines Changed: +177, -10
1 Modified Path:
/source/blender/editors/space_graph/graph_select.c (+177, -10) (Diff)