[Blender] How to import psa, psk files

wp_tmb_blender-psk-import

Own troubles

I picked up a 3D model .psk, pska, .psa from the internet, but I don’t know how to import it into Blender.

This solves the problem

The solution is an add-on that allows importing psk and psa.

This time, I will show you how to import psa and psk files in Blender.
By reading this article, you will be able to import the popular Fortnite umodel 3D model (PSK).

Add-on installation procedure

1. Download psk,psa addon

The explanation is using Blender 2.83.

Download the add-on to import psk, psa into Blender.

  1. Befzz / blender3d_import_psk_psa – Githubにいきます。

If you search for “Blender psk import” in your browser, it will appear at the top.

  1. Click Addons.
Befzz / blender3d_import_psk_psa, addons
  1. Click on 「io_import_scene_unreal_psa_psk_280.py」.
Befzz / blender3d_import_psk_psa/addons/io_import_scene_unreal_psa_psk_280.py
  1. Click RAW.
Befzz / blender3d_import_psk_psa/addons/io_import_scene_unreal_psa_psk_280.py , Click RAW
  1. “Save as”.
save as io_import_scene_unreal_psa_psk_280.py
  1. Change [Save as type (T)] → All files (.).

Change the extension to .py instead of .txt.

Save as .txtSave as .py
Save as.txtSave as .py

You can also save it as .txt and then change it to .py.

  1. The add-on download is now complete.
io_import_scene_unreal_psa_psk_280.py

2. Import psk,psa addon

  1. Blender [Edit] → [Preferences] → [Add-ons] → [Install…]
Blender Edit→Preferences→Add-ons→Install...
  1. Select “io_import_scene_unreal_psa_psk_280.py” and [Install add-on]
Select io_import_scene_unreal_psa_psk_280.py and install the add-on

Alternatively, you can place “io_import_scene_unreal_psa_psk_280.py” directly in the addons folder.

For Blender 2.83

C:\Users\ユーザー名\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons
  1. Enable the add-on.

Now you can use “PSK/PSA Import”.

PSK/PSA Import is available.

How to import psk

1a. [File] → [Import] → [Skelton Mesh(.psk)], [Skelton Anim(.psa)]

File → Import → Skelton Mesh(.psk),Skelton Anim(.psa)

1b . [Side bar] → [PSK/PSA] → [PSK/PSA Import] → [Import PSK]

Sidebar → PSK/PSA → PSK/PSA Import→ Import PSK, Import PSA
  1. Select .psk, set import and [Import PSK].
Select .psk, .psa, set import settings, Import PSK, Import PSA.

psk import settings

・ Reorient bones: Change the direction of bones
・ Reerient directly: change direction directly
・ Split UV data: Split UV data
・ Don’t invert root bone: Do not invert the root bone
・Scale down: inheritance
・sRGB vertex color: sRGB vertex color
・Bone length ratio: Bone length ratio
・ Alt. bone length: Alternative bone length

If you don’t know the import settings, you can leave them as default.

The psk import is now complete.

psk import success

psa import method

1. Select the psk armature.

PSA cannot be imported unless an armature is selected.

2 [Side bar] → [PSK/PSA] → [PSK/PSA Import] → [Import PSA]

Select armature, Sidebar→ PSK/PSA→PSK/PSA Import→ Import PSA

3 Select .psa, set import and [Import PSA].

Select .psa, set the import settings and Import PSA.

psa import settings

・ All actions to NLA track: All actions to NLA track
・ Prefix action names: Prefix action names
・ Update timeline range: Update the timeline range
・Rotation only
・ Don’t invert root bone: Do not invert the root bone

If you don’t know the import settings, you can leave them as default.

If you can play the animation, the PSA import is complete.

psa import success

psk psa import error

Error “select an armature”

import PSA, select an armature

Select an armature.

Select armature

Solution

As it says, select the armature and then [Import PSA].

Error “Not psk file”

not psk file

Not psk file.

It’s not a PSK file.

Solution

It’s just as the word says. Please select psk or pskx file.

Related files .uasset, .umap, .uexp, .ubulk are not supported.

Version compatibility status

Blender3D Import psk psa psa addon support status

Befzz / blender3d_import_psk_psa – Github

Updated in 2020

  • io_import_scene_unreal_psa_psk_280.py
    • Blender 2.81〇
    • Blender 2.82〇
    • Blender 2.83〇
    • Blender 2.91a〇

Supported file formats: .psa, .psk, .pskx


Importing Static Mesh From Unreal Engine (*.pskx) – blenderartists

Updated May 2014

  • io_import_scene_unreal_pskx.py
    • Blender 2.81 ⚠️Upgrade to 2.8x required
    • Blender 2.82 ⚠️Upgrade to 2.8x required
    • Blender 2.83 ⚠️Upgrade to 2.8x required
    • Blender 2.91a ⚠️Upgrade to 2.8x required

No particular changes. It didn’t work in my environment.

Summary

I introduced how to import .psk and .psa into Blender.

  1. Download psk,psa addon
  2. Import psk,psa addon
  3. Import psk,psa

If you don’t understand the import settings in English, I think the defaults are sufficient.

Reference

Operating Environment

  • Windows 10 Pro 1909
  • Blender 2.81, 2.82, 2.83, 2.91a

psk, psa addon

koshishirai / 3D Modeler

Leave a Comment