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..." |
Added Video |
||
| (2 intermediate revisions 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 | == Video Tutorial == | ||
=== Getting Started + Basic Animation Import + Export === | |||
<youtube>https://youtu.be/sVKX8YvePZY</youtube> | |||
== Written Tutorial == | |||
''<sub>NOTE: Work in progress!</sub>'' | |||
=== Required Tools === | |||
* [https://www.blender.org/ Blender] | * [https://www.blender.org/ Blender] | ||
| Line 8: | Line 16: | ||
* [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. | * Download and run the setup executable of the latest supported version of Blender (version 4.5 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 34: | ||
* 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 04:46, 3 March 2026
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.
Video Tutorial
Getting Started + Basic Animation Import + Export
Written Tutorial
NOTE: Work in progress!
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.5 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.zipfrom 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-onstab. - In the upper-right side of the window, select the
vshaped drop-down button, then selectInstall from disk... - Navigate to and select the downloaded
PXDAnimationTools.zipfile, then click theInstall from Diskbutton. - You should now see an add-on entry for
Hedgehog Engine PXD Animation Toolswith 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.