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