dora/models/Tupfile
Fabien Freling 1ce9621ec6 Add scripts to convert .blend to glT
Goodbye Makefile, hello tup!
2018-08-07 13:57:57 +02:00

4 lines
159 B
Plaintext

MODELS = hedgehog.blend \
flag.blend
: foreach $(MODELS) |> blender %f --background --python ../scripts/bpy/blend2glb.py -- --output %o > /dev/null |> %B.glb