Bunch of Python errors on import (array iterator)

Issue #1256 resolved
Luke created an issue

Seem to have this issue when importing using the DBZ method. I’ve tried multiple versions but just can’t seem to get it to work (works fine when using the morphed characters). Is anyone able to shed any light? Thanks!

Highdef GoldenPalace_2254 1 2254
Zero verts: GoldenPalace_Shell
Building objects...
Build HD mesh for Genesis 8 Female: 74431 verts, 73962 faces, 0 edges
HD mesh geometry-1.001_HD built
Info: Removed: 135 vertices, 0 edges, 0 faces
Info: 1 new levels rebuilt
Cannot unsubdivide "Genesis 8 Female_HD"
Array iterator out of range: (index 73962)
Traceback (most recent call last):
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\error.py", line 213, in execute
self.run(context)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\main.py", line 230, in run
self.loadDazFile(filepath, context)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\main.py", line 164, in loadDazFile
asset.build(context, inst) # Builds armature
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\figure.py", line 243, in build
geonode.buildObject(context, inst, center)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\geometry.py", line 117, in buildObject
Node.buildObject(self, context, inst, center)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\node.py", line 883, in buildObject
self.subdivideObject(ob, inst, context)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\geometry.py", line 191, in subdivideObject
self.addHDUvs(ob, hdob)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\geometry.py", line 259, in addHDUvs
addUvs(hdob.data, uvname, self.highdef.uvs, uvfaces)
File "C:\Users\lezen\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\import_daz\geometry.py", line 1475, in addUvs
uvloop.data[m].uv = uvs[vn]
IndexError: bpy_prop_collection[index]: index 73962 out of range, size 73962

Comments (4)

  1. Log in to comment