Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-11-06 14:41:09 +0300
committerJoshua Leung <aligorith@gmail.com>2007-11-06 14:41:09 +0300
commit9cd76a66096491e8994090e1992bb54d19c61950 (patch)
tree9c15073744788663d85e43f74dbfe47a57f80bea /source/blender/include
parentf66aeb7a742a1668ebe9cdd7b06cc83606bb55f4 (diff)
== "Extend" Transform Mode for Action + NLA Editors ==
Peach Request: Now the Action and NLA editors have the "Extend" transform mode first seen in the Sequence Editor. Just use the EKEY to start transforming. It works like Grab, except it only moves the keyframes/side of NLA-strip that was on the same side of the current-frame marker as the mouse was when transform started.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index eeb465135de..26900b06c52 100644
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -58,6 +58,7 @@
#define TFM_TIME_TRANSLATE 19
#define TFM_TIME_SLIDE 20
#define TFM_TIME_SCALE 21
+#define TFM_TIME_EXTEND 22
/* TRANSFORM CONTEXTS */
#define CTX_NONE 0