Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2018-06-04 18:49:43 +02:00
86 changed files with 736 additions and 736 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
# Set in a subclass
blender: pathlib.Path = None
testdir: pathlib.Path = None
def run_blender(self, filepath: str, python_script: str, timeout: int=300) -> str:
"""Runs Blender by opening a blendfile and executing a script.