Closed douglas3ddesigner closed 6 months ago
you can find a fix for this issue here: https://github.com/kromar/blender_GoB/tree/fix-vertex-color-out-of-range
you can find a fix for this issue here: https://github.com/kromar/blender_GoB/tree/fix-vertex-color-out-of-range
Thanks Kromar!
I made a new release that fixes the error with vertex colors https://github.com/JoseConseco/GoB/releases/tag/v4_0_4
Python: Traceback (most recent call last): File "C:\Users\dougm\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\GoB-4_0_3\GoB.py", line 1477, in invoke bpy.ops.scene.gob_export(as_tool=as_tool) File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\bpy\ops.py", line 109, in call ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: Python: Traceback (most recent call last): File "C:\Users\dougm\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\GoB-4_0_3\GoB.py", line 1391, in execute self.exportGoZ(PATH_GOZ, context.scene, obj, f'{PATH_PROJECT}') File "C:\Users\dougm\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\GoB-4_0_3\GoB.py", line 998, in exportGoZ color = active_color.data[loop.index].color_srgb