test_geometry_diffuse_map.bash 260 B

123456789
  1. #!/bin/bash
  2. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  3. cd $DIR
  4. source setup_test_env.bash
  5. blender --background $BLEND/cubeA.blend --python $PYSCRIPT -- \
  6. $TMP_JSON --vertices --faces --faceMaterials --uvs --maps
  7. testjson $@ --tag $(tagname)