We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725f509 + 15adb0d commit 5a00fa9Copy full SHA for 5a00fa9
BlenderMalt/MaltMeshes.py
@@ -19,7 +19,7 @@ def load_mesh(object, name):
19
from . import CBlenderMalt
20
21
m = object.data
22
- if object.type != 'MESH' or bpy.context.mode == 'EDIT_MESH':
+ if object.type != 'MESH' or object.mode == 'EDIT':
23
m = object.to_mesh()
24
25
if m is None or len(m.polygons) == 0:
0 commit comments