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:
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