mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
#122 - AE local - better logging for thumbnail extraction
This commit is contained in:
parent
ee3156ce26
commit
d2b13996da
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class ExtractLocalRender(openpype.api.Extractor):
|
|||
def process(self, instance):
|
||||
stub = aftereffects.stub()
|
||||
staging_dir = instance.data["stagingDir"]
|
||||
self.log.info("staging_dir::{}".format(staging_dir))
|
||||
|
||||
stub.render(staging_dir)
|
||||
|
||||
|
|
@ -29,6 +30,7 @@ class ExtractLocalRender(openpype.api.Extractor):
|
|||
|
||||
first_file_path = None
|
||||
files = []
|
||||
self.log.info("files::{}".format(os.listdir(staging_dir)))
|
||||
for file_name in os.listdir(staging_dir):
|
||||
files.append(file_name)
|
||||
if first_file_path is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue