Bugfix #17375
Crash on converting object to other type, and replace object. Deleting should trigger a new depsgraph. Oldie bug!
This commit is contained in:
@@ -3023,6 +3023,10 @@ void convertmenu(void)
|
||||
basedel = NULL;
|
||||
}
|
||||
|
||||
/* delete object should renew depsgraph */
|
||||
if(nr==2)
|
||||
DAG_scene_sort(G.scene);
|
||||
|
||||
/* texspace and normals */
|
||||
if(!basen) BASACT= base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user