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

Support for PMD 1.6X is broken #2

Open
halamix2 opened this issue Nov 14, 2022 · 1 comment
Open

Support for PMD 1.6X is broken #2

halamix2 opened this issue Nov 14, 2022 · 1 comment

Comments

@halamix2
Copy link
Member

When trying to load 1.60 CAR1.pmd:

try 10 36 poly 135 mesh 1 lod 0


Traceback (most recent call last):
  File "import_pmd.py", line 63, in execute
    result = self.to_blender_basic(pmd, self.filepath, name, self.scale)
  File "import_pmd.py", line 186, in to_blender_basic
    tab = [uvs[k].vertex_id for k in faces_extracted]
  File "import_pmd.py", line 186, in <listcomp>
    tab = [uvs[k].vertex_id for k in faces_extracted]
IndexError: list index out of range
Saved session recovery to '/tmp/quit.blen
@halamix2
Copy link
Member Author

1.62 should work now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant