STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
333
IN-GAME
1,919
ONLINE
Founded
8 November, 2013
Showing 1-4 of 4 entries
13
VTA file not exporting properly?
I've been completely stumped on what I should do when it comes to this error. It's been happening on only one model that I've been trying to export. Anytime I try to export this model's body, the SMD exports just fine, but the software gives me this when it goes to export the VTA:


- C:\Users\Colton\Documents\ena for sfm port\Body.vta
Array iterator out of range: (index 9129)
Python: Traceback (most recent call last):
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 213, in execute
self.exportId(context, exportable.get_id())
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 549, in exportId
self.files_exported += write_func(id, bake_results, self.sanitiseFilename(export_name), path)
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 1223, in writeSMD
written += self.writeSMD(id,bake_results,name,filepath,filetype='vta')
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 1203, in writeSMD
shape_loop = shape.loops[mesh_loop.index]
IndexError: bpy_prop_collection[index]: index 9129 out of range, size 9129

location: <unknown location>:-1
Error: Python: Traceback (most recent call last):
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 213, in execute
self.exportId(context, exportable.get_id())
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 549, in exportId
self.files_exported += write_func(id, bake_results, self.sanitiseFilename(export_name), path)
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 1223, in writeSMD
written += self.writeSMD(id,bake_results,name,filepath,filetype='vta')
File "C:\Users\Colton\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\io_scene_valvesource\export_smd.py", line 1203, in writeSMD
shape_loop = shape.loops[mesh_loop.index]
IndexError: bpy_prop_collection[index]: index 9129 out of range, size 9129

location: <unknown location>:-1
Showing 1-4 of 4 entries