A Blender addon for importing and exporting models and animations for Smash 4 for Wii U.
Report bugs or request new features in issues. Download the latest version from releases. Check the wiki for more usage information.
- Download the latest version of the addon supported by your Blender version from releases.
- Install the .zip file in Blender using Edit > Preferences > Addons > Install...
- Enable the addon if it is not already enabled.
- Import any of the supported file types using the new menu options under File > Import.
Update the addon by reinstalling the latest version from releases. MacOS and Linux users can update without any additional steps.
Important
Windows users may need to disable the addon, restart Blender, remove the addon, and install the new version to update.
Clone the repository with git clone https://github.com/ScanMountGoat/sm4sh_blender --recursive. sm4sh_blender uses sm4sh_model_py for simplifying the addon code and achieving better performance than pure Python addons. sm4sh_model_py must be compiled from source after installing Rust.