We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccae7e2 commit 7ccb76eCopy full SHA for 7ccb76e
testrunner.py
@@ -2,6 +2,17 @@
2
import subprocess
3
import sys
4
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
16
blenderExecutable = 'blender'
17
18
# testrunner structure built based on https://github.com/dfki-ric/phobos
0 commit comments