This commit is contained in:
2024-09-08 19:43:01 +08:00
parent b5d44b153a
commit 38f7f8df18
10 changed files with 142 additions and 847 deletions

View File

@@ -9,7 +9,7 @@ class ViewGenerator(Runner):
self.config_path = config_path
def run(self):
subprocess.run(['blender', '-b', '-P', './blender/run_blender.py', '--', self.config_path])
subprocess.run(['blender', '-b', '-P', '../blender/run_blender.py', '--', self.config_path])
def create_experiment(self, backup_name=None):
return super().create_experiment(backup_name)