Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Follow these sets to set up AOVs in RenderMan for Katana:

...

Code Block
SetAttr("renderSettings.ouputs.primary.rendererSettings.exrheaders.test_string",[ "Your string" ] )

Setting Custom Display Data

You can pass a custom Katana attribute into the display driver using an OpScript at the /root. Below is a simple example setting "myParam" onto a display called "myDisplay"

Code Block
Interface.SetAttr("renderSettings.outputs.myDisplay.rendererSettings.displayOptions.myParam", StringAttribute("paramValue"))