5 lines
194 B
Python
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'])
|