Katana's rendering output path settings

One, the rendering settings of the project

Call the macro of the rendering settings to quickly set the macro.

使用ArnoldOutputChannelDefine、RenderOutputDefine

In the right panel of ArnoldOutputChannelDefine, change name to specular, layername to specular, and filename to specular.exr

An ArnoldOutputChannelDefine can only put one layer, so we need to convert it to Stack, the shortcut key is to select the ArnoldOutputChannelDefine node and press Alt+G, we can add other layers

The same RenderOutputDefine changes the outputname to be consistent with ArnoldOutputChannelDefine_stack

It also needs to be converted to a Stack node

Click on the Render node to view the output path of each layer

Second, the setting of the rendering output path

Change the location type to file in the right panel of the node RenderOutputDefineStack

In renderLocation, add the full path of the rendering output and the file name, d://katana/diffuse.####.exr

Need to be modified one by one.

When outputting, click Disk Render on the render node to render on the hard disk. When rendering, open the Render log to view the rendering log

Put the rendered file in nuke for viewing.

Guess you like

Origin blog.csdn.net/weixin_41363156/article/details/109347366