From f08ecc457f61207bbce7f6ab045912a8c2b8faab Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sat, 14 Aug 2021 23:15:22 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d600f..a01e6b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ # io_export_psk_psa -If you are looking for a PSK/PSA importer, use [this one](https://github.com/Befzz/blender3d_import_psk_psa)! +This Blender add-on allows you to export meshes and animations to the [PSK and PSA file formats](https://wiki.beyondunreal.com/PSK_%26_PSA_file_formats). + +# Installation +1. Download the zip file for the latest version from the [releases](https://github.com/DarklightGames/io_export_psk_psa/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. +3. Navigate to File > Export > Unreal PSK (.psk) +4. 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. If you are looking for a PSK/PSA importer, use [this one](https://github.com/Befzz/blender3d_import_psk_psa)! From 08f4960e1f8fb5ca11c0009c05d613ba2c09aa63 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sat, 14 Aug 2021 23:15:38 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a01e6b0..feb42d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# io_export_psk_psa - This Blender add-on allows you to export meshes and animations to the [PSK and PSA file formats](https://wiki.beyondunreal.com/PSK_%26_PSA_file_formats). # Installation