From 8664602faebc4e617733d7bea8c3cfc25635fec7 Mon Sep 17 00:00:00 2001 From: wikoreman Date: Fri, 24 Aug 2018 17:15:14 +0200 Subject: [PATCH] added primary and secondary pool to instance --- colorbleed/plugins/maya/create/colorbleed_renderglobals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/colorbleed/plugins/maya/create/colorbleed_renderglobals.py b/colorbleed/plugins/maya/create/colorbleed_renderglobals.py index 5cacd9e167..83173a31d0 100644 --- a/colorbleed/plugins/maya/create/colorbleed_renderglobals.py +++ b/colorbleed/plugins/maya/create/colorbleed_renderglobals.py @@ -45,6 +45,7 @@ class CreateRenderGlobals(avalon.maya.Creator): data["machineList"] = "" data["useMayaBatch"] = True data["primaryPool"] = pools + # We add a string "-" to allow the user to not set any secondary pools data["secondaryPool"] = ["-"] + pools self.data = data