G9 HD export/import fails with the newest dev version

Issue #1225 resolved
Maneki created an issue

G9 HD export/import doesn’t work with the newest commit. I get a error and assets and materials don’t load correctly.

Error:
Python: Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\error.py", line 213, in execute
self.run(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\main.py", line 753, in run
self.easyImport(context)
File "C:\Users\phkra\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\main.py", line 763, in easyImport
bpy.ops.daz.import_daz(
File "I:\Blender\Blender Versions\K-Cycles_3.30_stable\3.3\scripts\modules\bpy\ops.py", line 113, in call
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\error.py", line 213, in execute
self.run(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\main.py", line 230, in run
self.loadDazFile(filepath, context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\main.py", line 164, in loadDazFile
asset.build(context, inst) # Builds armature
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\figure.py", line 236, in build
geonode.buildObject(context, inst, center)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\geometry.py", line 116, in buildObject
Node.buildObject(self, context, inst, center)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\node.py", line 882, in buildObject
self.subdivideObject(ob, inst, context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Diffeomorphic-import_daz-999bd21d5ce4\geometry.py", line 177, in subdivideObject
useHDUvs = (not GS.useMultiUvLayers or isGenesis9Eyes(ob, hdob))
NameError: name 'isGenesis9Eyes' is not defined
Location: I:\Blender\Blender Versions\K-Cycles_3.30_stable\3.3\scripts\modules\bpy\ops.py:113

Comments (3)

  1. Log in to comment