1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2024-11-23 22:40:59 +01:00
A Blender plugin for importing and exporting Unreal PSK and PSA files
Go to file
2021-09-06 16:18:42 -07:00
io_export_psk_psa PSA files now export actions with the frame-rate defined in the scene (previously defaulted to 30fps) 2021-09-06 16:18:42 -07:00
.gitignore PSA exports now work! 2019-12-11 10:25:31 -08:00
LICENSE Initial commit 2019-11-28 23:57:05 -08:00
README.md Update README.md 2021-08-24 00:09:21 -07:00

This Blender add-on allows you to export meshes and animations to the PSK and PSA file formats.

Installation

  1. Download the zip file for the latest version from the releases page.
  2. Open Blender 2.80 or later.
  3. Navigate to the Blender Preferences (Edit > Preferences).
  4. Select the "Add-ons" tab.
  5. Click the "Install..." button.
  6. Select the .zip file that you downloaded earlier and click "Install Add-on".
  7. Enable the newly added "Import-Export: PSK/PSA Exporter" addon.

Usage

Exporting a PSK

  1. Select the mesh objects you wish to export.
  2. Navigate to File > Export > Unreal PSK (.psk)
  3. Enter the file name and click "Export".

Exporting a PSA

  1. Select the armature objects you wish to export.
  2. Navigate to File > Export > Unreal PSA (.psa)
  3. Enter the file name and click "Export".

FAQ

Can I use this addon to import PSK and PSA files?

Currently, no.

Presumably you are using this in concert with the UE Viewer program to import extracted meshes. It is not recommended to export PSK/PSA from UE Viewer since it does not preserve smoothing groups. As a result, the shading of imported models will be incorrect and will need to be manually fixed. Instead, it is recommended to export meshes to the glTF format for import into Blender since it preserves the correct mesh shading.

Regardless, if you are dead set on using a PSK/PSA importer, use this one.