Doodle3D-Slicer/three.js-master/utils/exporters/blender/tests/scripts/test_scene_point_light.bash
2015-06-12 15:58:26 +02:00

10 lines
291 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DIR/setup_test_env.bash"
blender --background $BLEND/scene_point_light.blend \
--python $PYSCRIPT -- $JSON --vertices --faces --scene \
--lights --materials --embedGeometry
makereview $@ --tag $(tagname)