Closed douglaskastle closed 4 years ago
A number of NASA meshes seem to crash or hang when face triangulation occurs:
bmesh.ops.triangulate(bm, faces=faces)
in "tests/lwo_nasa/src/STEREO/Stereo-2016-comp.lwo"
"tests/lwo_nasa/src/STEREO/Stereo-2016-comp.lwo"
This appears to be a bug in 2.78c. 2.79 equivalents do not hang the same way
Just bypass these meshes. This is not a bug that will be fixed in 2.78c, and it is fixed in future versions of blender
A number of NASA meshes seem to crash or hang when face triangulation occurs:
bmesh.ops.triangulate(bm, faces=faces)
in
"tests/lwo_nasa/src/STEREO/Stereo-2016-comp.lwo"