Browse Source

Fix "Compose Geometry" out of range progress steps

I like it when we're on step 13 of 7... :D
pull/121/head
Adam Johnson 6 years ago
parent
commit
7b5eb4f389
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/exporter/mesh.py

2
korman/exporter/mesh.py

@ -254,7 +254,7 @@ class MeshConverter(_MeshManager):
# 3. Builds the plSpaceTree
# 4. Clears the SourceSpans
dspan.composeGeometry(True, True)
inc_progress()
inc_progress()
def _export_geometry(self, bo, mesh, materials, geospans):
geodata = [_GeoData(len(mesh.vertices)) for i in materials]

Loading…
Cancel
Save