From cf495e6655de7e7dce5115d487460a33fcb8b488 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sun, 20 Jul 2003 23:04:09 +0000 Subject: 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! --- source/blender/makesdna/DNA_key_types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_key_types.h') diff --git a/source/blender/makesdna/DNA_key_types.h b/source/blender/makesdna/DNA_key_types.h index 55f6d81aa06..6c36febbff7 100644 --- a/source/blender/makesdna/DNA_key_types.h +++ b/source/blender/makesdna/DNA_key_types.h @@ -48,7 +48,10 @@ typedef struct KeyBlock { int pad; void *data; - + char name[32]; + + float slidermin; + float slidermax; } KeyBlock; -- cgit v1.2.3