mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fix(nuke): thumnail review order error
This commit is contained in:
parent
975683cd08
commit
68b33cbb9f
1 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ class ExtractThumbnail(pype.api.Extractor):
|
|||
staging_dir = instance.data[
|
||||
"representations"][0]["stagingDir"].replace("\\", "/")
|
||||
instance.data["stagingDir"] = staging_dir
|
||||
instance.data["representations"][0]["tags"] = ["review"]
|
||||
else:
|
||||
instance.data["representations"] = []
|
||||
# get output path
|
||||
|
|
@ -119,7 +118,7 @@ class ExtractThumbnail(pype.api.Extractor):
|
|||
write_node["raw"].setValue(1)
|
||||
write_node.setInput(0, previous_node)
|
||||
temporary_nodes.append(write_node)
|
||||
tags = ["thumbnail"]
|
||||
tags = ["thumbnail", "review"]
|
||||
|
||||
# retime for
|
||||
first_frame = int(last_frame) / 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue