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

IndexError: bpy_prop_collection[index]: index 154 out of range, size 154 #99

Open
EAZENLEE opened this issue Nov 23, 2022 · 1 comment

Comments

@EAZENLEE
Copy link

QQ截图20221123182350
The unselected part is a normal model. Since I created the selected part myself, such errors have occurred in exporting the model. When I delete the selected part and export it again, it can be exported normally, so I think there is a problem with this part of the model I built myself, but I don't know what the problem is.

File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\export_xnalara_model.py", line 68, in getOutputFilename xpsExport() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\timing.py", line 31, in wrap ret = f(*args) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\export_xnalara_model.py", line 114, in xpsExport xpsMeshes = exportMeshes(selectedArmature, selectedMeshes) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\export_xnalara_model.py", line 178, in exportMeshes meshVerts, meshFaces = getXpsVertices(selectedArmature, mesh) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\export_xnalara_model.py", line 425, in getXpsVertices boneId, boneWeight = getBoneWeights(mesh, vertex, armature) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\XNALaraMesh\export_xnalara_model.py", line 471, in getBoneWeights boneName = mesh.vertex_groups[groupIdx].name IndexError: bpy_prop_collection[index]: index 154 out of range, size 154

@EAZENLEE
Copy link
Author

@johnzero7

@EAZENLEE EAZENLEE closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2022
@EAZENLEE EAZENLEE reopened this Nov 23, 2022
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