Doodle3D-Slicer/three.js-master/utils/exporters/blender/tests/scripts/test_scene_no_embed.bash

10 lines
297 B
Bash
Raw Normal View History

2015-06-12 15:58:26 +02:00
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DIR/setup_test_env.bash"
blender --background $BLEND/scene_instancing.blend --python $PYSCRIPT -- \
$JSON --vertices --faces --scene --materials --enablePrecision \
--precision 4
makereview $@ --tag $(tagname)