test_scene_perspective.bash 302 B

12345678910
  1. #!/bin/bash
  2. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  3. cd $DIR
  4. source setup_test_env.bash
  5. blender --background $BLEND/scene_perspective_camera.blend \
  6. --python $PYSCRIPT -- $TMP_JSON --vertices --faces --scene \
  7. --cameras --materials --embedGeometry
  8. testjson $@ --tag $(tagname)