Turk645 / PokemonMasters

Blender 2.8 import script for LMD files from Pokemon Masters
18 stars 13 forks source link

ReadMeshChunk: list index out of range #5

Closed EliteMasterEric closed 4 years ago

EliteMasterEric commented 5 years ago
Traceback (most recent call last):
  File "C:\Users\eric\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_import_pokemon_masters.py", line 63, in execute
    ReadMeshChunk(CurFile,x,ArmatureObject)
  File "C:\Users\eric\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_import_pokemon_masters.py", line 232, in ReadMeshChunk
    if obj.vertex_groups.find(WeightBoneTable[x[1][i]]) == -1:
IndexError: list index out of range

I received this stack tract attempting to import Olivia (ch0051_00_litchi) into Blender 2.79b.

Turk645 commented 4 years ago

Fixed in latest update