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

"tuple index out of range" Blender Plugin Error #255

Open
TechnoSchnauzer opened this issue May 31, 2024 · 0 comments
Open

"tuple index out of range" Blender Plugin Error #255

TechnoSchnauzer opened this issue May 31, 2024 · 0 comments

Comments

@TechnoSchnauzer
Copy link

I tried to import a dumped model and got this error.

Python: Traceback (most recent call last):
  File "C:\Users\diane\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blender_3dmigoto_gimi.py", line 2133, in execute
    import_3dmigoto(self, context, paths, **keywords)
  File "C:\Users\diane\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blender_3dmigoto_gimi.py", line 945, in import_3dmigoto
    obj.append(import_3dmigoto_vb_ib(operator, context, [p], **kwargs))
  File "C:\Users\diane\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blender_3dmigoto_gimi.py", line 977, in import_3dmigoto_vb_ib
    (blend_indices, blend_weights, texcoords, vertex_layers, use_normals) = import_vertices(mesh, vb)
  File "C:\Users\diane\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blender_3dmigoto_gimi.py", line 881, in import_vertices
    if len(data[0]) == 4:
IndexError: tuple index out of range

If the model I was trying to dump's files are important here they are:
hash.json
Pointed_Ear_DogHead-ib=6da32782.txt
Pointed_Ear_DogHead-vb0=4ccbe27c.txt

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