Skip to content

Commit 7ccb76e

Browse files
committed
Added info for local execution
1 parent ccae7e2 commit 7ccb76e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testrunner.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
import subprocess
33
import sys
44

5+
"""
6+
when running this locally use:
7+
8+
python testrunner.py "PATH/TO/YOUR/BLENDER/EXECUTABLE"
9+
10+
so, e.g., under Windows it will likely be
11+
12+
python testrunner.py "C:\Program Files\Blender Foundation\Blender 3.3\blender"
13+
14+
"""
15+
516
blenderExecutable = 'blender'
617

718
# testrunner structure built based on https://github.com/dfki-ric/phobos

0 commit comments

Comments
 (0)