5 lines
197 B
Python
5 lines
197 B
Python
|
#!/usr/bin/env python
|
||
|
# Run the script in the debugger client within Blender:
|
||
|
import subprocess
|
||
|
subprocess.call(['blender', '-P', '/project/terry/Dev/eclipse-workspace/ABX/BlenderRemoteDebug.py'])
|