mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added extendFrames to options
This commit is contained in:
parent
c4362004c5
commit
3ffee97501
1 changed files with 1 additions and 0 deletions
|
|
@ -134,5 +134,6 @@ class CollectMayaRenderlayers(pyblish.api.ContextPlugin):
|
|||
# Suspend publish job
|
||||
state = "Suspended" if attributes["suspendPublishJob"] else "Active"
|
||||
options["publishJobState"] = state
|
||||
options["extendFrames"] = attributes.get("extendFrames", False)
|
||||
|
||||
return options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue