Python Import Issue

Issue #698 resolved
WingedAngel created an issue

I’ve been trying at this for a while an I keep getting this issue. Any fixes?

Python: Traceback (most recent call last):
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\error.py", line 208, in execute
self.run(context)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\main.py", line 122, in run
self.loadDazFile(filepath, context)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\main.py", line 193, in loadDazFile
inst.preprocess(context)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\node.py", line 237, in preprocess
geonode.preprocess(context, self)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\geometry.py", line 100, in preprocess
self.data.preprocess(context, inst)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\geometry.py", line 650, in preprocess
self.processShell(geonode, inst)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\geometry.py", line 662, in processShell
missing = self.addShells(inst.node2, inst, self.material_group_vis)
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\geometry.py", line 701, in addShells
self.addMoreShells(child, mname, shname, shmat, uv, "")
File "C:\Users\horse\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\Diffeomorphic-import_daz-89ade5227459\geometry.py", line 711, in addMoreShells
geonode = inst.geometries[0]
IndexError: list index out of range

location: <unknown location>:-1

Comments (4)

  1. Thomas Larsson repo owner

    Could the describe what you are trying to import. Especially which geometry shells that the character has.

  2. WingedAngel reporter

    I’m attempting to import a G8.1 with hair, and the shells would be New Gen Victoria 8

  3. Log in to comment