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 18:13:39 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-05-08 18:16:59 +0300
commit4c79608b3bd89004ea0784c112098cdfb91bee2a (patch)
treebdbd12baaa60a5d46a7b20c0f8f40d45944a22d8 /source/blender/makesdna/DNA_action_types.h
parent3bbb4020e7f0fae80a5edd31e19b7fa97d2149e4 (diff)
Revert "Motionpaths: Use scene range option, takes start/end frame and
preview" Looks like this does not work for animators here after all, will use a different code for this (probably not hardcoded) This reverts commit 3bbb4020e7f0fae80a5edd31e19b7fa97d2149e4.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index bc30c7f9fb2..761e76eb249 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -148,7 +148,6 @@ 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 */