bugfix [#23884] Crash On Delete of a Duplicated Object

This commit is contained in:
Campbell Barton 2010-09-18 04:08:40 +00:00
parent dea59cc5eb
commit b655413689
1 changed files with 2 additions and 0 deletions

View File

@ -1338,6 +1338,8 @@ Object *copy_object(Object *ob)
obn->gpulamp.first = obn->gpulamp.last = NULL;
obn->pc_ids.first = obn->pc_ids.last = NULL;
obn->mpath= NULL;
return obn;
}