Home › Forums › Graphics / Blender › Selecting glTF 2.0 Compatible Materials Causing ERRORS
- This topic has 5 replies, 4 voices, and was last updated 4 years, 6 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2020-04-24 at 4:22 pm #26556jstubbCustomer
Hello,
I am attempting to optimize the loading speed of my current project. When attempting to select the “glTF 2.0 compatible” option on my models materials I receive a long list of errors when attempting to Sneak Peek the model preview or export to at glTF format. My materials were not made from scratch in blender but were instead imported with a fbx type file. Many errors pop up post I have posted some of the suspicious lines below.
Traceback (most recent call last): ... 2.82\2.82\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "C:\Users\Stubb\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\verge3d\__init__.py", line 140, in execute return gltf2_export.save(self, context, exportSettings) File "C:\Users\Stubb\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\verge3d\gltf2_export.py", line 120, in save generateGLTF(operator, context, exportSettings, glTF) File "C:\Users\Stubb\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\verge3d\gltf2_generate.py", line 3171, in generateGLTF generateMaterials(operator, context, exportSettings, glTF) File "C:\Users\Stubb\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\verge3d\gltf2_generate.py", line 2910, in generateMaterials index = get_texture_index_node(exportSettings, glTF, 'Normal', blender_node) File "C:\Users\Stubb\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\verge3d\gltf2_get.py", line 207, in get_texture_index_node fromNode = fromNode.inputs['Color'].links[0].from_node IndexError: tuple index out of range
Please let me know what I am doing wrong or if any further information is required to specifically identify the issue.
2020-04-25 at 9:38 am #26580Yuri KovelenovStaff2020-04-27 at 7:12 pm #26752jstubbCustomerHi Yuri,
Thank you for taking the time to respond! I have emailed enterprise support with the blend file.
2020-04-28 at 7:05 am #26791Alexander KovelenovStaff2020-05-01 at 8:48 pm #27070Jaime Garcia RecuencoCustomerHello, I have the exact same problem, will this be fixed in an update? Thanks
2020-05-02 at 8:27 am #27084Yuri KovelenovStaffHi,
will this be fixed in an update?
Yes, the fix landed in the most recent version 3.1. Check it out!
-
AuthorPosts
- You must be logged in to reply to this topic.