Blender 4.0/ Diffeomorphic 1.7.1 import error

Issue #1840 invalid
clivada created an issue

Getting this in Blender 4.0 when trying to import a scene from Daz - one character in one pose. It doesn’t load the character.

Python: Traceback (most recent call last):
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\error.py", line 222, in execute
    self.run(context)
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 228, in run
    self.loadDazFile(filepath, context)
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\main.py", line 155, in loadDazFile
    asset.build(context)
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\cycles.py", line 88, in build
    self.tree.build()
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\cycles.py", line 328, in build
    self.buildLayers()
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\cycles.py", line 341, in buildLayers
    self.buildLayer("")
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\pbr.py", line 62, in buildLayer
    self.buildPBRNode(useTopCoatNode)
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\pbr.py", line 160, in buildPBRNode
    self.buildBaseSubsurface()
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\import_daz\pbr.py", line 182, in buildBaseSubsurface
    self.pbr.inputs["Subsurface"].default_value = 0
KeyError: 'bpy_prop_collection[key]: key "Subsurface" not found'

Watched a lot of tutorials on how to setup the Daz, the Blender and still no success. Help please!

Comments (2)

  1. Alessandro Padovani

    1.7.1 doesn’t support blender 4. You need to update to 1.7.2 it’s the downloads here on the left.

  2. Log in to comment