Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Index Out of Range #7

Open
Sulhir opened this issue May 19, 2024 · 0 comments
Open

List Index Out of Range #7

Sulhir opened this issue May 19, 2024 · 0 comments

Comments

@Sulhir
Copy link

Sulhir commented May 19, 2024

When attempting to export a .w2mesh from Blender 3.6.0

Python: Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\Blender Foundation\Blender\3.6.0\scripts\addons\io_import_w2l\ui\ui_mesh.py", line 286, in execute mesh_back = do_export_mesh(context, fdir,
File "C:\Users\username\AppData\Roaming\Blender Foundation\Blender\3.6.0\scripts\addons\io_import_w2l\exporters\export_mesh.py", line 427, in do_export_mesh exporter.execute(filePath, **kwargs)
File "C:\Users\username\AppData\Roaming\Blender Foundation\Blender\3.6.0\scripts\addons\io_import_w2l\exporters\export_mesh.py", line 351 in execute vert_group_info = get_vertex_group_info(self._armature, self._meshes[0])
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant