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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-08 12:06:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-08 12:06:58 +0300
commit3b105657d50bdcc2dfaf574ac3a5ad4f22b8b237 (patch)
tree7345436a325903302be27a50b85f214e8e16d919 /source/blender/makesdna/DNA_action_types.h
parent581efb43469c68cc728a2dab3a9db48d296f2c18 (diff)
option to transform markers in the dope sheet, needed for re-timing animation. currently supports translate and extend.
TODO: - select markers in dope sheet. - transform time scale.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 91d3a7901c4..2304d4aae06 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -597,6 +597,8 @@ typedef enum eSAction_Flag {
SACTION_TEMP_NEEDCHANSYNC = (1<<9),
/* don't perform realtime updates */
SACTION_NOREALTIMEUPDATES = (1<<10),
+ /* move markers as well as keyframes */
+ SACTION_MARKERS_MOVE = (1<<11),
} eSAction_Flag;
/* SpaceAction Mode Settings */