I've customized the plugin for UE4 modding.
You don't need to setup import options and rename objects.
- Download the zip file from the releases page.
- Open Blender.
- Open the
Preferences
window (Edit > Preferences). - Select the
Add-ons
tab. - Click
Install...
. - Select the zip file you downloaded and click
Install Add-on
.
My version is different from the original version in usage.
Be sure to read the tutorial.
- Rename armature to
Armature
- Set false to
Scale down
as default - Apply smooth shading
- Change unit scale to 0.01
- Add a UI panel to combine psk skeleton and gltf mesh
- Add a UI panel to export an armature and its mesh as fbx
- Split the script into some files
Scale down
option will corrupt skeleton data.
You can't make mods with this option.
- This is an heavily edited version of original blender plugin by Darknet / Optimus_P-Fat / Active_Trash / Sinsoft / flufy3d: https://en.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Unreal_psk_psa (old link)
- Import mesh and skeleton from .psk/.pskx
- Import animation from .psa
- Game files can be exported to psk/psa by UModel: https://github.com/gildor2/UModel
- Blender 2.80+ support (check issues first!)
- Fixed animation/skeleton import
- Performance improvements
- Panel UI updated
- UI option: all actions to NLA track, one by one
- UI option: mesh / skeleton or both import
- Download .py file:
Current ( branch latest ):
270 direct link
280 direct link
Stable ( branch master ):
270 direct link
280 direct link
- Add add-on:
-
From Blender
2.79: File -> User preferences -> Add-ons -> Install Add-on from File...
2.80: Edit -> Preferences... -> Add-ons -> Install... -
Manually
Add .py file to the Blender's Add-ons search path:
- %APPDATA%\Blender Foundation\Blender\2.79\scripts\addons\
- %APPDATA%\Blender Foundation\Blender\2.80\scripts\addons\
- Disable original add-on:
Import Unreal Skeleton Mesh (.psk)/Animation Set (.psa)
- Enable this one:
Import Unreal Skeleton Mesh (.psk)/Animation Set (.psa) (280)
Panel in 3DView (270) | Panel in 3DView (280) |
---|---|