seperate objects unset the objects OB_FROMGROUP flag

This commit is contained in:
2006-10-12 15:27:32 +00:00
parent 62aebec3c4
commit 15a7f590a7

View File

@@ -4425,6 +4425,7 @@ void adduplicate(int mode, int dupflag)
if(object_in_group(ob, group))
add_to_group(group, obn);
}
obn->flag &= OB_FROMGROUP; /* this flag is unset with copy_object() */
}
if(BASACT==base) BASACT= basen;