Skip to content

Fix mesh-export when model has 1 face

There was an optimization that was hosing the mesh exporter for the case where a mesh is classified on a model with a single face. This code removes that (probably premature) optimization.

Ideally, we would add a test for this, however, I don't have time to do that today.

Merge request reports