Newer
Older
is_not_mesh_valid = mesh.validate()
if is_not_mesh_valid:
print("\n[BoltFactory]\nFunction: create_mesh_object\n"
"Mesh is not Valid, correcting\n")
object_data_add(context, mesh, operator=props)