test_scene_no_embed.bash 297 B

123456789
  1. #!/bin/bash
  2. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  3. source "$DIR/setup_test_env.bash"
  4. blender --background $BLEND/scene_instancing.blend --python $PYSCRIPT -- \
  5. $JSON --vertices --faces --scene --materials --enablePrecision \
  6. --precision 4
  7. makereview $@ --tag $(tagname)