mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix extractor.
This commit is contained in:
parent
4fe2ee7bb8
commit
667aea4128
1 changed files with 2 additions and 4 deletions
|
|
@ -60,10 +60,8 @@ class ExtractRender(pyblish.api.InstancePlugin):
|
|||
harmony.save_scene()
|
||||
|
||||
# Execute rendering.
|
||||
import subprocess
|
||||
subprocess.call([application_path, "-batch", scene_path])
|
||||
#output = pype.lib._subprocess([application_path, "-batch", scene_path])
|
||||
#self.log.info(output)
|
||||
output = pype.lib._subprocess([application_path, "-batch", scene_path])
|
||||
self.log.info(output)
|
||||
|
||||
# Collect rendered files.
|
||||
files = os.listdir(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue