Befzz / blender3d_import_psk_psa

import mesh, skeleton, animation from psk, psa files to blender3d
489 stars 168 forks source link

Error Importing Mirror's Edge assets (Could be multiple UV) #48

Closed Sandshee closed 4 years ago

Sandshee commented 4 years ago
File "C:\...\_280.py", line 1759, in execute error_callback = util_ui_show_msg
File "C:\...\_280.py", line 968, in pskimport uvLayer.data[uv_index].uv = (uv_coords[0], 1.0 = uv_coords[1])
IndexError: bpy_prop_collection[index]: index 3030 out of range, size 3030

location <unknown location> :-1

I know the Mirror's Edge assets have 2 UV maps, and previous importers didn't like this, it could be an error from this still.

Should be recreatable with the following asset:

Skyscraper.zip

Befzz commented 4 years ago

it works in plugin version 2.7.13 (branch latest)

image

https://raw.githubusercontent.com/Befzz/blender3d_import_psk_psa/latest/addons/io_import_scene_unreal_psa_psk_280.py

image

image