Bugfix #5430
"Delete object" didn't correctly clear all pointers in Object NLA modifiers
This commit is contained in:
@@ -340,7 +340,7 @@ void unlink_object(Object *ob)
|
||||
}
|
||||
|
||||
/* strips */
|
||||
for(strip= ob->nlastrips.first; strip; strip= strip->next) {
|
||||
for(strip= obt->nlastrips.first; strip; strip= strip->next) {
|
||||
if(strip->object==ob)
|
||||
strip->object= NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user