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

10 lines
305 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DIR/setup_test_env.bash"
blender --background $BLEND/anim.blend --python $PYSCRIPT -- \
$JSON --vertices --faces --animation --bones --skinning \
--embedAnimation --influencesPerVertex 4
makereview $@ --tag $(tagname)