added primary and secondary pool to instance

This commit is contained in:
wikoreman 2018-08-24 17:15:14 +02:00
parent fcdf1402ff
commit 8664602fae

View file

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