added extendFrames to options

This commit is contained in:
wijnand 2018-07-10 09:37:07 +02:00
parent c4362004c5
commit 3ffee97501

View file

@ -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