If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Close all Maya sessions and open a new Maya file, go to Render Settings and set V-Ray GPU RTX. From the Presets tab on the Render Settings dialog, select Export Render Settings. After the export, go to Presets > Set Preferred Render Settings and select the preset you've just exported: see screenshot
Hi @oglu!
Currently it is not possible to create the render setup override through the UI control.
What you can do is manually create the override for the respective render setup layer with Python script:
import maya.app.renderSetup.views.overrideUtils as utils; utils.createAbsoluteOverride('vraySettings', 'productionEngine')
There you can choose between the following valid values:
0 (V-Ray), 2 (V-Ray GPU), 3 (V-Ray GPU with RTX on)
Iliyana Vladeva
Software Development Engineer
V-Ray for Maya
Comment