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:
authorTon Roosendaal <ton@blender.org>2006-01-04 01:09:25 +0300
committerTon Roosendaal <ton@blender.org>2006-01-04 01:09:25 +0300
commitbd26fe8f94dd0f8ee558df1e7c877eba3db912be (patch)
tree5727966f3a09fc8f9478eedb4f451d6b399b0bdf /source/blender/src/drawarmature.c
parentf47899fc0f716464625f43045458e222ce11603d (diff)
Orange: Another issue with Armature layers; in NLA, the strips with a
locked length should not skip hidden channels.
Diffstat (limited to 'source/blender/src/drawarmature.c')
-rw-r--r--source/blender/src/drawarmature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawarmature.c b/source/blender/src/drawarmature.c
index 74201b58135..c2eeae3c148 100644
--- a/source/blender/src/drawarmature.c
+++ b/source/blender/src/drawarmature.c
@@ -1783,7 +1783,7 @@ static void draw_ghost_poses(Base *base)
if(ob->action==NULL)
return;
- calc_action_range(ob->action, &start, &end);
+ calc_action_range(ob->action, &start, &end, 0);
if(start==end)
return;