test_scene_point_light.bash 291 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_point_light.blend \
  5. --python $PYSCRIPT -- $JSON --vertices --faces --scene \
  6. --lights --materials --embedGeometry
  7. makereview $@ --tag $(tagname)