Page tree

Versions Compared

Key

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

...

Include Page
REN22:Options
REN22:Options


Plugin

Name

Type

Default

Description

traversalMethodintParallel

Option to serialize traversal of Katana scenegraph when converting to Rix scenegraph. By default this traversal runs in parallel.

maxTraversalThreadsint4

The maximum number of threads that RfK will use when traversing the Katana scenegraph to build the Rix scenegraph. A value of '0' means 'automatic'

sleepAtStartupint0

Tell plugin to sleep for N seconds after render starts but before any initialization happens. Useful for attaching a debugger or profiler to renderboot. Default is '0' (disable sleep at startup). NOTE: Currently this is a Linux-only feature.

flattenInstanceSourcesint1

By default, RenderMan flattens an instance source into separate object masters for each geometry in the group. Setting this option to 'false' will keep each instance source location as a single object master. This can have large performance improvements for scenes with a large number of instances.

deferInstanceSourcesint0

Setting this to 'true' tells the plugin to only traverse and build instance source locations that are used by an instance. Enabling the option can speed up traversal if the scene has heavy instance sources that aren't used. The setting will be ignored during live rendering.