G9 / Vic9 is out!

Issue #1201 duplicate
Maneki created an issue

I downloaded and installed both and tried it. There seems to be files missing but it still works. I can’t see a normal G9 anywhere but the dev version works. I tried to export and import with the daz importer and not surprisingly it fails.

Happy coding guys.^^

Python: Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\error.py", line 207, in execute
self.run(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\main.py", line 744, in run
self.easyImport(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\main.py", line 754, in easyImport
bpy.ops.daz.import_daz(
File "I:\Blender\Blender Versions\Blender 3.2 stable\3.2\scripts\modules\bpy\ops.py", line 115, in call
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\error.py", line 207, in execute
self.run(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\main.py", line 230, in run
self.loadDazFile(filepath, context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\main.py", line 156, in loadDazFile
asset.build(context)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 87, in build
self.tree.build()
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 327, in build
self.buildLayers()
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 338, in buildLayers
self.buildLayer("")
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 431, in buildLayer
self.buildNormal(uvname)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 592, in buildNormal
strength,tex = self.getColorTex("getChannelNormal", "NONE", 1.0, useFactor=False)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 878, in getColorTex
tex = self.addTexImageNode(channel, colorSpace, isMask)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cycles.py", line 1807, in addTexImageNode
group.addTextureNodes(assets, maps, colorSpace, isMask)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cgroup.py", line 1618, in addTextureNodes
self.mixColor(map, texnode, outnode)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\Diffeomorphic-import_daz-390d0a9cde42\cgroup.py", line 1654, in mixColor
mix.blend_type = blendType[map.operation]
KeyError: 'blend_source_over'
Location: I:\Blender\Blender Versions\Blender 3.2 stable\3.2\scripts\modules\bpy\ops.py:115

Comments (1)

  1. Log in to comment