Blender Git Commit Log
Git Commits -> Revision cf495e6
Revision cf495e6 by Chris Want (master) July 20, 2003, 23:04 (GMT) |
Support for using the action window as a tool for modifying (mesh or lattice) RVK IpoCurves: support currently includes: - RVK sliders. Pressing the little triangle next to the word 'sliders' in the channel names opens them up. - NKEY in the area where the key block names are allows the user to change the name of the keyblock, and the max and min values of the RVK sliders. - ability to visualize the keyframes for the IpoCurves when the object is selected. - right mouse can be used to select the keys - border select in the main area can be used to border select keys. - AKEY selects/deselects all of the keys - GKEY and SKEY can be used to grab or scale the key selections. - XKEY deletes the selected keys. - DKEY duplicated the selected keys. - VKEY, HKEY and shift-HKEY change the bezier handles for the selected keys. Please, please, please test! |
Commit Details:
Full Hash: cf495e6655de7e7dce5115d487460a33fcb8b488
SVN Revision: 1090
Parent Commit: 9a9cb54
Lines Changed: +1415, -189
11 Modified Paths:
/source/blender/include/BSE_editaction.h (+5, -1) (Diff)
/source/blender/include/BSE_editaction_types.h (+2, -1) (Diff)
/source/blender/include/BSE_editipo.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_key_types.h (+4, -1) (Diff)
/source/blender/src/drawaction.c (+390, -85) (Diff)
/source/blender/src/drawipo.c (+1, -1) (Diff)
/source/blender/src/editaction.c (+785, -87) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/editkey.c (+205, -2) (Diff)
/source/blender/src/headerbuttons.c (+15, -7) (Diff)
/source/blender/src/toolbox.c (+3, -3) (Diff)
/source/blender/include/BSE_editaction_types.h (+2, -1) (Diff)
/source/blender/include/BSE_editipo.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_key_types.h (+4, -1) (Diff)
/source/blender/src/drawaction.c (+390, -85) (Diff)
/source/blender/src/drawipo.c (+1, -1) (Diff)
/source/blender/src/editaction.c (+785, -87) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/editkey.c (+205, -2) (Diff)
/source/blender/src/headerbuttons.c (+15, -7) (Diff)
/source/blender/src/toolbox.c (+3, -3) (Diff)