Fix missing reset-to-NULL in own recent changes in modifiers utils.
This commit is contained in:
@@ -213,6 +213,7 @@ Mesh *MOD_deform_mesh_eval_get(
|
||||
* (texts e.g. tend to give issues, also when deforming curve points instead of generated curve geometry... ). */
|
||||
if (mesh != NULL && mesh->totvert != num_verts) {
|
||||
BKE_id_free(NULL, mesh);
|
||||
mesh = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user