ABX/TestInBlender.py
2021-05-28 11:54:09 -05:00

5 lines
218 B
Python

#!/usr/bin/env python
# Inject the unittest runner script into Blender and run it in batch mode:
import subprocess
subprocess.call(['blender279', '-b', '-P', '/project/terry/Dev/Git/abx/scripts/TestInBlender_bpy.py'])