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:
authorAntony Riakiotakis <kalast@gmail.com>2015-05-08 13:35:38 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-05-08 13:35:52 +0300
commit3bbb4020e7f0fae80a5edd31e19b7fa97d2149e4 (patch)
treed4d3b3d1a5d07bc6a2e5947972668ec4cbf58041 /source/blender/makesdna/DNA_action_types.h
parent900fc43bb4f366764f3a3b04929829ad7abf15ae (diff)
Motionpaths: Use scene range option, takes start/end frame and preview
settings into account.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 761e76eb249..bc30c7f9fb2 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -148,6 +148,7 @@ typedef enum eMotionPaths_Types {
MOTIONPATH_TYPE_RANGE = 0,
/* only show the parts of the paths around the current frame */
MOTIONPATH_TYPE_ACFRA = 1,
+ MOTIONPATH_TYPE_SCENE_RANGE = 2,
} eMotionPath_Types;
/* bAnimVizSettings->path_viewflag */