Merge branch 'blender-v4.2-release'

This commit is contained in:
Sergey Sharybin
2024-06-28 16:37:41 +02:00

View File

@@ -1548,7 +1548,7 @@ static void object_update_from_subsurf_ccg(Object *object)
}
/* Object was never evaluated, so can not have CCG subdivision surface. If it were evaluated, do
* not try to compute OpenSubDiv on the CPU as it is not needed here. */
Mesh *mesh_eval = BKE_object_get_evaluated_mesh_no_subsurf(object);
Mesh *mesh_eval = BKE_object_get_evaluated_mesh_no_subsurf_unchecked(object);
if (mesh_eval == nullptr) {
return;
}