-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# cc2_anm_export_blender | ||
Animation exporter for CyberConnect2 games (Ultimate Ninja Storm / All Star Battle series). | ||
|
||
Uses [xfbin-rs-py](https://github.com/maxcabd/xfbin-rs-py) for writing XFBIN files. | ||
|
||
# Installing | ||
Download the [latest release](https://github.com/SutandoTsukai181/cc2_xfbin_blender/releases/latest) and install it in Blender. To do so, follow the instructions in the [official Blender manual](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html) for installing add-ons, or follow the brief instructions below. | ||
|
||
Open the `Edit` -> `Preferences` window from the menu bar, go to `Add-ons`, click on the `Install` button, and select the release zip you downloaded. Then, enable the script by checking the box next to it. | ||
|
||
## Credits | ||
- [TheLeonX](https://www.youtube.com/c/TheLeonx) | ||
- Thanks to [TheLeonX](https://www.youtube.com/c/TheLeonx) for supporting the project with importing / exporting correct bone transformations, material animations, and more. | ||
- A big thanks to [SutandoTsukai181](https://github.com/mosamadeeb) for his initial work on the animation importer and for reversing the animation tracks from the .xfbin files. |