Squirrel Transfer Format - Modular 3D File-Format
Intended for (not only) games-development use-cases.
WIP implementation for Blender 4.5+. Do not use productively!
🌰 Read the User Guide! 🌰 Report Issues 🌰 STF Website
Follow the steps on docs.stfform.at!
Download the latest release
Add it under: Edit → Preferences → Get Extensions → Click on the top right most dropdown → Install from Disk...
Tip
Also install the Slot Link extension if you want to import/export animations.
Please open issues for any bugs or misbehavior you notice. Feel free to open issues for feature requests.
Human made contributions via pull-requests are welcome.
- Any form of LLM contribution is prohibited, this also includes issues and PRs.
- Please open an issue first for larger changes.
- For changes to the format itself, please open an issue first in the STF Documentation repository.
- Use VSCode with the recommended extensions.
The most important one is Blender VS Code. - Create a Python 3.11 venv in the repo directory. Inside use pip to install fake-bpy-module.
All source-code in this repository, except when noted in individual files and/or directories, is licensed under either:
- MIT License (LICENSE-MIT or https://opensource.org/license/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE2 or http://www.apache.org/licenses/LICENSE-2.0)