Object Constraints weren't relinked correctly when duplicating both the target and the owner.

Bug since 2.35.

Was lost when bug #1307 was fixed in this commit: http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.121&r2=1.122&cvsroot=bf-blender&diff_format=h
This doesn't seem to bring back the bug (copy full scene didn't update links in constraints).
This commit is contained in:
Martin Poirier
2004-12-29 20:44:54 +00:00
parent 8c8f010df2
commit fcb00bf294

View File

@@ -7518,6 +7518,7 @@ void adduplicate(float *dtrans)
while(base) {
if TESTBASELIB(base) {
relink_constraints(&base->object->constraints);
if (base->object->pose){
bPoseChannel *chan;
for (chan = base->object->pose->chanbase.first; chan; chan=chan->next){