Error message in Blender after clicking on .duf file to import

Issue #2021 invalid
Lightaz Trash created an issue

I am using Blender 4.0, Python 3.10 and diffemorphic 1.7.0. I just first installed diffeomorhpic and when I use “Import DAZ” or “Easy Import DAZ” in Blender and click on the .duf file (base Genesis 8 Female, tried others too with no success) on my desktop where the .dbz file resides as well, I get the following error message:

Report: Error
Python: Traceback (most recent call last):
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\error.py", line 214, in execute
self.run(context)
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 734, in run
self.easyImport(context)
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 744, in easyImport
bpy.ops.daz.import_daz()
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\error.py", line 214, in execute
self.run(context)
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 228, in run
self.loadDazFile(filepath, context)
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 155, in loadDazFile
asset.build(context)
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\cycles.py", line 88, in build
self.tree.build()
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\cycles.py", line 329, in build
self.buildLayer("")
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\brick.py", line 49, in buildLayers
self.links.new(self.bump.outputs["Normal"], pbr.inputs["Clearcoat Normal"])
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\brick.py", line 57, in linkPBRRNormal
self.links.new(self.bump.outputs["Normal"], pbr.inputs["Clearcoat Normal"])
KeyError: 'bpy_prop_collection[key]: key "Clearcoat Normal" not found'
Location: <unknown location>:-1

I’ve tried uinstalling the plugins import daz and mhx runtime and using older versions but that didn’t help either.

Comments (3)

  1. Alessandro Padovani

    To report bugs you must first update to the development version that’s 1.7.4 now, it’s the download menu on the side.

  2. Log in to comment