Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2018-06-29 08:05:38 +02:00
263 changed files with 0 additions and 281 deletions
-1
View File
@@ -444,4 +444,3 @@ class Report:
print_message("{}" . format(test), 'FAILURE', "FAILED")
return not bool(failed_tests)
-1
View File
@@ -102,4 +102,3 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
self.fail('Error %d running Blender:\n%s' % (proc.returncode, output))
return output
-1
View File
@@ -278,4 +278,3 @@ def suite():
if __name__ == "__main__":
unittest.TextTestRunner(verbosity=2).run(suite())