From 80bdaf49b485da6f59e98bc34f5c14fec8e6ab23 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Wed, 10 Jun 2020 18:29:39 +0200 Subject: [PATCH] disable arnold scene export option --- pype/plugins/maya/create/create_render.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pype/plugins/maya/create/create_render.py b/pype/plugins/maya/create/create_render.py index 2e603d9a5a..dbcade9b77 100644 --- a/pype/plugins/maya/create/create_render.py +++ b/pype/plugins/maya/create/create_render.py @@ -181,7 +181,8 @@ class CreateRender(avalon.maya.Creator): self.data["machineList"] = "" self.data["useMayaBatch"] = True self.data["vrayScene"] = False - self.data["assScene"] = False + # Disable for now as this feature is not working yet + # self.data["assScene"] = False self.options = {"useSelection": False} # Force no content