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:
authorToni Alatalo <antont@kyperjokki.fi>2005-11-10 21:12:53 +0300
committerToni Alatalo <antont@kyperjokki.fi>2005-11-10 21:12:53 +0300
commit4c76b74b008d40e4e3f2bde138e618103b8cbd62 (patch)
treea9fd1b3a78c01515635727600e64da70872fd246 /source/blender/include/BIF_editaction.h
parent44ed7f25b732703cb27eb2afa69b1d7fe54632e0 (diff)
added changing the extending / extrapolation type of the IPO curves of selected actions in the action editor (to the menu - code to handle hotkey (to rise a popup) is there too but unused & untested now).
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 3ca0bbdb1f8..9e2f9e63b73 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -38,6 +38,12 @@
#define SET_IPO_LINEAR 2
#define SET_IPO_BEZIER 3
+#define SET_EXTEND_POPUP 0
+#define SET_EXTEND_CONSTANT 1
+#define SET_EXTEND_EXTRAPOLATION 2
+#define SET_EXTEND_CYCLIC 3
+#define SET_EXTEND_CYCLICEXTRAPOLATION 4
+
#define CHANNELHEIGHT 16
#define CHANNELSKIP 2
#define NAMEWIDTH 128