Work faster in the Arnold RenderView!

Опубликовано: 25 Март 2026
на канале: Maxim Gehricke
201
10

In this video I want to show you some neat functions of the Arnold Render View, and how to make them a Default. All within Maya of course.

*************************************************************
This is the code we will be using in the userSetup.py:

import maya.cmds as cmds
import maya.mel as mel

better ArnoldRenderView layout
cmds.evalDeferred('''mel.eval('arnoldRenderView -opt "Show Debug Shading icon" "1"')''',lp=1)
cmds.evalDeferred('''mel.eval('arnoldRenderView -opt "Show Render Tiles" "1"')''',lp=1)
*************************************************************

The documentation of the Arnold RenderViewWindow:
https://docs.arnoldrenderer.com/displ...


*************************************************************
00:00 Intro
00:08 Debug Shading
00:56 Abusing a bug to be FASTER!!!
01:10 Isolate Select view
01:34 enable Debug Shading Menu by default
07:27 Outro
*************************************************************