nangtani / blender-import-lwo

This is an addon for blender that imports Lightwave models into Blender and works with 2.80+, cycles
MIT License
72 stars 9 forks source link

bmesh.ops.triangulate doesn't work in 2.78 #6

Closed douglaskastle closed 4 years ago

douglaskastle commented 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"

douglaskastle commented 4 years ago

This appears to be a bug in 2.78c. 2.79 equivalents do not hang the same way

douglaskastle commented 4 years ago

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