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-01-01 22:10:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-01 22:10:31 +0300
commita2fe0cf5d79b399c0dd97d9a144333ddece71015 (patch)
tree376514c301e3cf2256fee725f3e3e2135b9e1841 /source/blender/editors/space_view3d/drawanimviz.c
parent637873deb0952bdd64d4fb461145685379191210 (diff)
armature ghost stepsize was not initialized, Aligorith: can you check this is correct?
remove other small warnings
Diffstat (limited to 'source/blender/editors/space_view3d/drawanimviz.c')
-rw-r--r--source/blender/editors/space_view3d/drawanimviz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawanimviz.c b/source/blender/editors/space_view3d/drawanimviz.c
index c999de92ea2..8a9e1077530 100644
--- a/source/blender/editors/space_view3d/drawanimviz.c
+++ b/source/blender/editors/space_view3d/drawanimviz.c
@@ -110,7 +110,7 @@ void draw_motion_path_instance(Scene *scene, View3D *v3d, ARegion *ar,
//RegionView3D *rv3d= ar->regiondata;
bMotionPathVert *mpv, *mpv_start;
int sfra, efra, len;
- int i, stepsize;
+ int i, stepsize= avs->ghost_step;
/* get frame ranges */
if (avs->path_type == MOTIONPATH_TYPE_ACFRA) {