Add scripts to convert .blend to glT
Goodbye Makefile, hello tup!
This commit is contained in:
parent
912b8381a7
commit
1ce9621ec6
4 changed files with 83 additions and 0 deletions
3
models/Tupfile
Normal file
3
models/Tupfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
MODELS = hedgehog.blend \
|
||||
flag.blend
|
||||
: foreach $(MODELS) |> blender %f --background --python ../scripts/bpy/blend2glb.py -- --output %o > /dev/null |> %B.glb
|
Loading…
Add table
Add a link
Reference in a new issue