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/editors/space_view3d
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/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/drawanimviz.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_view3d/drawanimviz.c b/source/blender/editors/space_view3d/drawanimviz.c
index aa06f5ec716..d753ad68fcc 100644
--- a/source/blender/editors/space_view3d/drawanimviz.c
+++ b/source/blender/editors/space_view3d/drawanimviz.c
@@ -95,10 +95,6 @@ void draw_motion_path_instance(Scene *scene,
sfra = CFRA - avs->path_bc;
efra = CFRA + avs->path_ac;
}
- else if (avs->path_type == MOTIONPATH_TYPE_SCENE_RANGE) {
- sfra = PSFRA;
- efra = PEFRA;
- }
else {
/* Use the current display range */
sfra = avs->path_sf;