mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/hosts/nuke/plugins/publish/extract_slate_frame.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
e258bfcc26
commit
cd975beeec
1 changed files with 7 additions and 1 deletions
|
|
@ -75,7 +75,13 @@ class ExtractSlateFrame(openpype.api.Extractor):
|
|||
self.log.info(
|
||||
"StagingDir `{0}`...".format(instance.data["stagingDir"]))
|
||||
|
||||
def render_slate(self, instance, output_name=None, **kwargs):
|
||||
def render_slate(
|
||||
self,
|
||||
instance,
|
||||
bake_viewer_process,
|
||||
bake_viewer_input_process,
|
||||
output_name=None
|
||||
):
|
||||
slate_node = instance.data["slateNode"]
|
||||
|
||||
# fill slate node with comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue