From 048c7879fa3879068a85aacc5c0304715b86353c Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Fri, 19 Jan 2007 10:05:17 +0000 Subject: =Forward cycling fix= Commit of patch #5385, to make forward cycling more user-controllable. Previously it only worked on one axis, which was auto-detected from movement. This allows forward cycling to work in more situations, such as stair stepping. --- source/blender/makesdna/DNA_nla_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_nla_types.h b/source/blender/makesdna/DNA_nla_types.h index 457e667018e..c1fce2772cd 100644 --- a/source/blender/makesdna/DNA_nla_types.h +++ b/source/blender/makesdna/DNA_nla_types.h @@ -91,7 +91,9 @@ typedef struct bActionStrip { #define ACTSTRIP_LOCK_ACTION 0x20 #define ACTSTRIP_MUTE 0x40 #define ACTSTRIP_REVERSE 0x80 - +#define ACTSTRIP_CYCLIC_USEX 0x100 +#define ACTSTRIP_CYCLIC_USEY 0x200 +#define ACTSTRIP_CYCLIC_USEZ 0x400 #endif -- cgit v1.2.3