ScanMountGoat / xenoblade_blender

Blender addon for importing Xenoblade models, maps, and animations
MIT License
12 stars 1 forks source link
blender blender-addon python rust xenoblade

xenoblade_blender GitHub release (latest by date including pre-releases) wiki

A Blender addon for importing models, maps, and animations for Xenoblade Chronicles X, Xenoblade Chronicles 1 DE, Xenoblade Chronicles 2, and Xenoblade Chronicles 3.

Report bugs or request new features in issues. Download the latest version from releases. Check the wiki for more usage information.

Features

Getting Started

Updating

Update the addon by reinstalling the latest version from releases. Windows users will need to disable the previous version of the addon, restart Blender, remove the addon, and then install the new version's zip file to properly upgrade. MacOS and Linux users can reinstall the addon without any additional steps.

Building

Clone the repository with git clone https://github.com/ScanMountGoat/xenoblade_blender --recursive.

xenoblade_blender uses xc3_model_py for simplifying the addon code and achieving better performance than pure Python addons.

xc3_model_py must be compiled from source after installing Rust. See development for details.