Skeletal Animation Editing: Difference between revisions
Appearance
Created page with "This page is an introductory page that will describe how to edit skeletal animations from Hedgehog Engine 2 games that utilize the <code>.pxd</code> file formats. === Required Tools: === * [https://www.blender.org/ Blender] * [https://github.com/WistfulHopes/FrontiersAnimDecompress/ PXD Animation Tools add-on for Blender] * [https://hedge-dev.github.io/HedgehogEngineBlenderIO/index.html Hedgehog Engine I/O extension for Blender] <small>(for having a model to animate..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This page is an introductory page that will describe how to edit skeletal animations from Hedgehog Engine 2 games that utilize the <code>.pxd</code> file formats. | This page is an introductory page that will describe how to edit skeletal animations from Hedgehog Engine 2 games that utilize the <code>.pxd</code> file formats. | ||
=== Required Tools | === Required Tools === | ||
* [https://www.blender.org/ Blender] | * [https://www.blender.org/ Blender] | ||
Line 8: | Line 8: | ||
* [https://hedge-dev.github.io/HedgehogEngineBlenderIO/index.html Hedgehog Engine I/O extension for Blender] <small>(for having a model to animate with)</small> | * [https://hedge-dev.github.io/HedgehogEngineBlenderIO/index.html Hedgehog Engine I/O extension for Blender] <small>(for having a model to animate with)</small> | ||
=== Installation | === Installation === | ||
==== Blender | ==== Blender ==== | ||
* Download and run the setup executable of the latest supported version of Blender (version 4.4.x as of this wiki page) from either the [https://www.blender.org/download/ official site] or from the [https://store.steampowered.com/app/365670/Blender/ official Steam page] if you'd like to stay automatically updated. | * Download and run the setup executable of the latest supported version of Blender (version 4.4.x as of this wiki page) from either the [https://www.blender.org/download/ official site] or from the [https://store.steampowered.com/app/365670/Blender/ official Steam page] if you'd like to stay automatically updated. | ||
==== PXD Animation Tools | ==== PXD Animation Tools ==== | ||
* Download <code>PXDAnimationTools.zip</code> from the tool's [https://github.com/WistfulHopes/PXDAnimationTools/releases/latest/ latest GitHub release page.] | * Download <code>PXDAnimationTools.zip</code> from the tool's [https://github.com/WistfulHopes/PXDAnimationTools/releases/latest/ latest GitHub release page.] | ||
Line 26: | Line 26: | ||
* The tool is now installed, and the preferences window may now be closed. | * The tool is now installed, and the preferences window may now be closed. | ||
==== Hedgehog Engine I/O | ==== Hedgehog Engine I/O ==== | ||
* Please see the [https://hedge-dev.github.io/HedgehogEngineBlenderIO/getting_started/installation.html#installing-the-addon dedicated installation page for HEIO.] | * Please see the [https://hedge-dev.github.io/HedgehogEngineBlenderIO/getting_started/installation.html#installing-the-addon dedicated installation page for HEIO.] |
Latest revision as of 02:59, 4 June 2025
This page is an introductory page that will describe how to edit skeletal animations from Hedgehog Engine 2 games that utilize the .pxd
file formats.
Required Tools
- PXD Animation Tools add-on for Blender
- Hedgehog Engine I/O extension for Blender (for having a model to animate with)
Installation
Blender
- Download and run the setup executable of the latest supported version of Blender (version 4.4.x as of this wiki page) from either the official site or from the official Steam page if you'd like to stay automatically updated.
PXD Animation Tools
- Download
PXDAnimationTools.zip
from the tool's latest GitHub release page.
- Run Blender.
- In the upper left corner, navigate to
Edit > Preferences...
- On the left pane of the preferences window, select the
Add-ons
tab. - In the upper-right side of the window, select the
v
shaped drop-down button, then selectInstall from disk...
- Navigate to and select the downloaded
PXDAnimationTools.zip
file, then click theInstall from Disk
button. - You should now see an add-on entry for
Hedgehog Engine PXD Animation Tools
with a ticked checkbox to the left. - The tool is now installed, and the preferences window may now be closed.
Hedgehog Engine I/O
- Please see the dedicated installation page for HEIO.