mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 03:50:52 +00:00
d9060a4d6b
* split documentation between main docs & example docs * clearer seperation between example, blender add on etc * some minor code quality improvements based on Clippy linting * minor tweaks & additions to Blender & gltf example files: swapped out one mesh collider for a capsule collider for demo purposes * cleanups, tweaks, badges etc |
||
---|---|---|
.. | ||
__init__.py | ||
blender_auto_export_gltf.py | ||
README.md |
gltf_auto_export
For convenience I also added this Blender addon that automatically exports your level/world from Blender to gltf whenever you save your Blend file (actually when you save inside your level/world scene or in the "library" scene, where I personally usually store all collections to instanciate). It is very barebones and messy, but it does a minimal ok job.
Installation:
- in Blender go to edit => preferences => install
- choose the path where
blender_auto_export/blender_auto_export_gltf.py
is stored
Usage:
- before it can automatically save to gltf, you need to configure it
- go to file => export => gltf auto export