Create

Issue #424 closed
Matt Warren created an issue

I have just installed Diffeomorphic after having to reinstall everything onto a new machine. However, after doing a test Export from Daz, I attempted to import, in Blender, using the addon and failed. Received the following errors:

Python: Traceback (most recent call last):

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\error.py", line 246, in execute

_self.run\(context\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\daz.py", line 47, in run

_getMainAsset\(self.filepath, context, self\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\main.py", line 87, in getMainAsset

_asset.build\(context\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 70, in build

_self.tree.build\(\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 285, in build

_self.buildLayer\(\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 318, in buildLayer

_self.buildBumpNodes\(\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 441, in buildBumpNodes

_self.bump = self.buildBumpMap\(bumpval, self.bumptex, col=3\)_

File "C:\Users\matt\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 453, in buildBumpMap

_self.links.new\(bumptex.outputs\[0\], node.inputs\["Height"\]\)_

AttributeError: 'NoneType' object has no attribute 'outputs'

location: <unknown location>:-1

Comments (2)

  1. Thomas Larsson repo owner

    This should not happen anymore, neither in the development version nor in stable version 1.5.1.

  2. Log in to comment