Diffeomorphic troubleshooting
jamesi.blondi
Posts: 0
Hello everyone,
I have issues importing a scene with diffeomorphic.
Windows 10
Blender version 2.92
Import-DAZ- Plugin version: 1.5.1.1078
I have the plugin set up in blender and daz and the scene exported to a .duf and .dbz-file accordingly. To get the correct file paths, i used the script that comes with diffeomorphic. There are no geografts in the scene (consisting of one character, no hair, basic clothing). This is the info I get in blender:
Python: Traceback (most recent call last):
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\error.py", line 246, in execute
self.run(context)
File "C:\Users\[username]\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\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\main.py", line 87, in getMainAsset
asset.build(context)
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 70, in build
self.tree.build()
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 285, in build
self.buildLayer()
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 318, in buildLayer
self.buildBumpNodes()
File "C:\Users\[username]\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\[username]\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'
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\error.py", line 246, in execute
self.run(context)
File "C:\Users\[username]\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\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\main.py", line 87, in getMainAsset
asset.build(context)
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 70, in build
self.tree.build()
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 285, in build
self.buildLayer()
File "C:\Users\[username]\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\import_daz\cycles.py", line 318, in buildLayer
self.buildBumpNodes()
File "C:\Users\[username]\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\[username]\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
Does anybody have an idea what to do about this? Thanks in advance!
Comments
Does it happen with one specific scene or with any scene ? If it's only one specific scene then you may try to reduce it to a minimum for the error to be generated, then post the scene file to diffeomorphic for the bug to be fixed. In general posting bugs to diffeomorphic is better to get assistance.
https://bitbucket.org/Diffeomorphic/import_daz/issues
Thanks for your reply. As of now, I had this with two scenes. But I will try and experiment a bit more to find out which part causes the problem.
Old post but just incase any future noobs like me have the issue. It's due to having an asset or model saved with High Resolution instead of Base, at least that is what it was for me.