Description of the problem
Blender Exporter Fails to produce a .json file and throws an error that could be improved with clarity
Traceback (most recent call last):
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/__init__.py", line 812, in execute
exporter.export_scene(filepath, settings)
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/exporter/__init__.py", line 20, in inner
func(filepath, options, *args, **kwargs)
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/exporter/__init__.py", line 51, in export_scene
scene_.parse()
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/exporter/scene.py", line 102, in parse
self._parse_textures()
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/exporter/scene.py", line 243, in _parse_textures
tex_inst = texture.Texture(texture_name, self)
File "/Users/kev/Library/Application Support/Blender/2.78/scripts/addons/io_three/exporter/texture.py", line 24, in __init__
self[constants.WRAP] = (num[wrap[0]], num[wrap[1]])
KeyError: 'repeat'
location: <unknown location>:-1
location: <unknown location>:-1
Is there any way to get better logging from this?
Hey guys! Not sure if #12261 break anything!🙂
I will investigate and get back soon