move blender to an independent project

This commit is contained in:
hofee
2024-09-05 01:22:33 -05:00
parent b5d44b153a
commit 1c3c1fe3ec
5 changed files with 1 additions and 787 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)