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

9 lines
265 B
Bash
Executable File

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