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

5 lines
194 B
Python

#!/usr/bin/env python
# Run the script in the debugger client within Blender:
import subprocess
subprocess.call(['blender279', '-P', '/project/terry/Dev/Git/abx/scripts/BlenderRemoteDebug.py'])