Error on importing scene

Issue #877 resolved
goodwillsoft created an issue

On Import (Easy Import and Import) this Error pops up.

Nothing has been done on the file. Something broke this in the last week, because the last developement version from around 5 days again worked fine…

Blender 2.93.8, Daz 4.16

Python: Traceback (most recent call last):
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\error.py", line 208, in execute
self.run(context)
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\main.py", line 216, in run
self.loadDazFile(filepath, context)
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\main.py", line 142, in loadDazFile
asset.build(context)
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\cycles.py", line 86, in build
self.tree.build()
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\cycles.py", line 356, in build
self.buildLayer("")
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\cycles.py", line 452, in buildLayer
self.buildDiffuse()
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\cycles.py", line 703, in buildDiffuse
self.linkColor(tex, node, color, "Color")
File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-3fdb6f90bc4e\cycles.py", line 1638, in linkColor
node.inputs[slot].default_value[0:3] = color
TypeError: bpy_prop_array[slice] = value: assignment is not a sequence type

location: <unknown location>:-1

Comments (2)

  1. Log in to comment