mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
disable arnold scene export option
This commit is contained in:
parent
2b4dfbf189
commit
80bdaf49b4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue