mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Handle muiltilayered flag
This commit is contained in:
parent
5e0589dc57
commit
b19fc26cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
def create_thumbnail_oiio(self, src_path, dst_path):
|
||||
self.log.info("outputting {}".format(dst_path))
|
||||
oiio_tool_path = get_oiio_tools_path()
|
||||
oiio_cmd = [oiio_tool_path,
|
||||
oiio_cmd = [oiio_tool_path, "-a",
|
||||
src_path, "-o",
|
||||
dst_path
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue