Refactor: Add BKE_mesh_new_from_object argument to ignore subdivision
Pull Request: https://projects.blender.org/blender/blender/pulls/135895
This commit is contained in:
@@ -1314,7 +1314,7 @@ static PyObject *bpy_bmesh_from_object(BPy_BMesh *self, PyObject *args, PyObject
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
mesh_eval = BKE_mesh_new_from_object(depsgraph, ob_eval, true, false);
|
||||
mesh_eval = BKE_mesh_new_from_object(depsgraph, ob_eval, true, false, true);
|
||||
need_free = true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user