DarklightGames / io_scene_psk_psa

A Blender extension for importing and exporting Unreal PSK and PSA files
GNU General Public License v3.0
402 stars 25 forks source link

Custom normals not being imported #67

Closed festivities closed 10 months ago

festivities commented 10 months ago

Versions Blender: 3.6.1 io_scene_psk_psa: Latest commit

Describe the bug Importing a model with supposed custom normals doesn't work. I've included a screenshot of what it should look like comparing this add-on with Befzz' PSK importer. Also unrelated but I don't think importing shape keys works either - that may be a skill issue on my part though since it's not being imported with both add-ons anyway.

Screenshots image image

Files https://files.catbox.moe/ivi6wc.psk

Additional context The model's from the game Wuthering Waves. I've made sure that Vertex Normals is ticked during the import process.

cmbasnett commented 10 months ago

You can see the custom normals by toggling auto-smooth on the mesh data.

https://github.com/DarklightGames/io_scene_psk_psa/assets/5035660/df5440b3-e7f3-4c93-88e9-5726ab63a155

This is however very unintuitive, so I have made a change that will automatically enable auto-smooth for models that import with custom normals (https://github.com/DarklightGames/io_scene_psk_psa/releases/tag/6.1.1).