|
|
@ -492,10 +492,8 @@ class MeshConverter(_MeshManager): |
|
|
|
self._report.msg("Exported hsGMaterial '{}' geometry into '{}'", |
|
|
|
self._report.msg("Exported hsGMaterial '{}' geometry into '{}'", |
|
|
|
geospan.material.name, dspan.key.name, indent=1) |
|
|
|
geospan.material.name, dspan.key.name, indent=1) |
|
|
|
idx = dspan.addSourceSpan(geospan) |
|
|
|
idx = dspan.addSourceSpan(geospan) |
|
|
|
if dspan not in _diindices: |
|
|
|
diidx = _diindices.setdefault(dspan, []) |
|
|
|
_diindices[dspan] = [idx,] |
|
|
|
diidx.append(idx) |
|
|
|
else: |
|
|
|
|
|
|
|
_diindices[dspan].append(idx) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Step 3.1: Harvest Span indices and create the DIIndices |
|
|
|
# Step 3.1: Harvest Span indices and create the DIIndices |
|
|
|
drawables = [] |
|
|
|
drawables = [] |
|
|
|