disable vray scene option on render instance

This commit is contained in:
Ondrej Samohel 2021-02-16 19:21:24 +01:00
parent 1eecea34b5
commit fef65863f4
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -205,7 +205,6 @@ class CreateRender(avalon.maya.Creator):
self.data["whitelist"] = False
self.data["machineList"] = ""
self.data["useMayaBatch"] = False
self.data["vrayScene"] = False
self.data["tileRendering"] = False
self.data["tilesX"] = 2
self.data["tilesY"] = 2