Group duplicators, using linked groups, and which itself again were

linked, did not expand group.
This commit is contained in:
Ton Roosendaal
2006-02-20 17:44:21 +00:00
parent 04ec4a2530
commit 11a5d80420

View File

@@ -5881,6 +5881,9 @@ static void expand_object(FileData *fd, Main *mainvar, Object *ob)
if (paf && paf->group)
expand_doit(fd, mainvar, paf->group);
if(ob->dup_group)
expand_doit(fd, mainvar, ob->dup_group);
sens= ob->sensors.first;
while(sens) {
for(a=0; a<sens->totlinks; a++) {