From 3ffee9750132515f08a3407faebfc2c1a191afc8 Mon Sep 17 00:00:00 2001 From: wijnand Date: Tue, 10 Jul 2018 09:37:07 +0200 Subject: [PATCH] added extendFrames to options --- colorbleed/plugins/maya/publish/collect_renderlayers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/colorbleed/plugins/maya/publish/collect_renderlayers.py b/colorbleed/plugins/maya/publish/collect_renderlayers.py index f1495a0b89..efac261372 100644 --- a/colorbleed/plugins/maya/publish/collect_renderlayers.py +++ b/colorbleed/plugins/maya/publish/collect_renderlayers.py @@ -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