Skip to content
Snippets Groups Projects
createMesh.py 64.5 KiB
Newer Older
  • Learn to ignore specific revisions
  • Aaron Keith's avatar
    Aaron Keith committed
        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)