test_scene_maps.bash 303 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_maps.blend --python $PYSCRIPT -- \
  5. $JSON --vertices --faces --scene --materials --maps \
  6. --uvs --embedGeometry --copyTextures
  7. makereview $@ --tag $(tagname)