Merge branch 'blender-v2.91-release'

This commit is contained in:
Campbell Barton 2020-11-10 17:50:15 +11:00
commit 291473bb3e
1 changed files with 2 additions and 0 deletions

View File

@ -4868,8 +4868,10 @@ void BKE_object_runtime_reset_on_copy(Object *object, const int UNUSED(flag))
{
Object_Runtime *runtime = &object->runtime;
runtime->data_eval = NULL;
runtime->gpd_eval = NULL;
runtime->mesh_deform_eval = NULL;
runtime->curve_cache = NULL;
runtime->object_as_temp_mesh = NULL;
}
/**