mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 22:23:24 +01:00
9 lines
228 B
Bash
9 lines
228 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
source "$DIR/setup_test_env.bash"
|
||
|
|
||
|
blender --background $BLEND/cubeA.blend --python $PYSCRIPT -- \
|
||
|
$JSON --vertices --faces
|
||
|
makereview $@ --tag $(tagname)
|