New rule for append/reference Armature objects: the custom shapes get

automatically loaded as well.
This commit is contained in:
Ton Roosendaal 2006-11-14 16:29:03 +00:00
parent 78dbeb6be9
commit b39938dc75

@ -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);
}
}