Add scripts to convert .blend to glT

Goodbye Makefile, hello tup!
This commit is contained in:
Fabien Freling 2018-08-06 14:14:58 +02:00
parent 912b8381a7
commit 1ce9621ec6
4 changed files with 83 additions and 0 deletions

3
models/Tupfile Normal file
View 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