Correct order-of-freeing error from last commit
This commit is contained in:
@@ -388,7 +388,7 @@ void BKE_object_free_ex(Object *ob, bool do_id_user)
|
|||||||
{
|
{
|
||||||
int a;
|
int a;
|
||||||
|
|
||||||
BKE_object_free_derived_caches(ob);
|
BKE_object_free_modifiers(ob);
|
||||||
|
|
||||||
/* disconnect specific data, but not for lib data (might be indirect data, can get relinked) */
|
/* disconnect specific data, but not for lib data (might be indirect data, can get relinked) */
|
||||||
if (ob->data) {
|
if (ob->data) {
|
||||||
@@ -436,7 +436,6 @@ void BKE_object_free_ex(Object *ob, bool do_id_user)
|
|||||||
if (ob->mpath)
|
if (ob->mpath)
|
||||||
animviz_free_motionpath(ob->mpath);
|
animviz_free_motionpath(ob->mpath);
|
||||||
BKE_bproperty_free_list(&ob->prop);
|
BKE_bproperty_free_list(&ob->prop);
|
||||||
BKE_object_free_modifiers(ob);
|
|
||||||
|
|
||||||
free_sensors(&ob->sensors);
|
free_sensors(&ob->sensors);
|
||||||
free_controllers(&ob->controllers);
|
free_controllers(&ob->controllers);
|
||||||
|
Reference in New Issue
Block a user