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/makesrna/intern/rna_animviz.c
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/makesrna/intern/rna_animviz.c')
-rw-r--r--source/blender/makesrna/intern/rna_animviz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_animviz.c b/source/blender/makesrna/intern/rna_animviz.c
index f156f616196..719eb9f8a20 100644
--- a/source/blender/makesrna/intern/rna_animviz.c
+++ b/source/blender/makesrna/intern/rna_animviz.c
@@ -252,7 +252,6 @@ static void rna_def_animviz_paths(BlenderRNA *brna)
{MOTIONPATH_TYPE_ACFRA, "CURRENT_FRAME", 0, "Around Frame",
"Display Paths of poses within a fixed number of frames around the current frame"},
{MOTIONPATH_TYPE_RANGE, "RANGE", 0, "In Range", "Display Paths of poses within specified range"},
- {MOTIONPATH_TYPE_SCENE_RANGE, "SCENE", 0, "Scene Range", "Display Paths based on scene start/end frames (preview setting taken into account)"},
{0, NULL, 0, NULL, NULL}
};