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-11-14 19:29:03 +0300
committerTon Roosendaal <ton@blender.org>2006-11-14 19:29:03 +0300
commitb39938dc75af70a54e31a181bb2b9150ad819834 (patch)
treee4db3a36df4586e47e537f803f81716c925060af /source/blender/blenloader
parent78dbeb6be9556a588416e65c55fd79ded863f356 (diff)
New rule for append/reference Armature objects: the custom shapes get
automatically loaded as well.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 24e8204ef95..e781341dc27 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6341,6 +6341,7 @@ static void expand_pose(FileData *fd, Main *mainvar, bPose *pose)
for (chan = pose->chanbase.first; chan; chan=chan->next) {
expand_constraints(fd, mainvar, &chan->constraints);
+ expand_doit(fd, mainvar, chan->custom);
}
}