Newer
Older
is_not_mesh_valid = mesh.validate()
if is_not_mesh_valid:
props.report({'INFO'}, "Mesh is not Valid, correcting")
return mesh
is_not_mesh_valid = mesh.validate()
if is_not_mesh_valid:
props.report({'INFO'}, "Mesh is not Valid, correcting")
return mesh