DarklightGames / io_scene_psk_psa

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

Unable to import PSA with extra bones compared to PSK #73

Closed coyotezin closed 8 months ago

coyotezin commented 8 months ago

Versions Blender: 4.0.2 io_scene_psk_psa: 6.1.2

Describe the bug Not being able to import a PSA animation that has extra bones compared to the PSK model. It says "Imported 1 action with 1 warning" mentioning "The armature 'x' is missing number bones that exist in the PSA" but no animation is loaded

To Reproduce Import an animation that has leaf bones into a model that doesnt have leaf bones, pretty much the situation that im dealing with.

Expected behavior Ideally i would like to be able to import it anyway and just have it ignore(not import) the animation data related to the bones that the PSK doesnt have

cmbasnett commented 8 months ago

Your animations have been successfully imported. The warning is a warning, not an error. The animations are not applied to the armature upon import. See here.

Ideally i would like to be able to import it anyway and just have it ignore(not import) the animation data related to the bones that the PSK doesnt have

This is already the current behavior.