This commit is contained in:
John Poole 2026-03-04 17:47:07 -08:00
commit 6a93950678
28 changed files with 482 additions and 106 deletions

14
creating_glbs.md Normal file
View file

@ -0,0 +1,14 @@
Here is a command to create a single glb:
blender-bin-5.0.0 --background --python create_glb.py -- \
/usr/local/src/Voron-Stealthburner/STLs/Stealthburner/'[o]_stealthburner_LED_carrier.stl' \
/tmp/out.glb
The git repository for Voron-Stealthburner was staged under /usr/local/src. The above command
selects a specific STL and then places the STL under /tmp.
In a production mode, we want to be able to point to a directory tree of STLs and then
generate glb equivalents in the similar tree structure.