ScanMountGoat / xenoblade_blender

Blender addon for importing Xenoblade models, maps, and animations
MIT License
6 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

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.