Page tree

Versions Compared

Key

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

RenderMan for Blender can substitute a number of predefined tokens in string parameters. They can be used for animated texture sequences, referencing specific storage locations, etc. Each token should be wrapped inside two angle brackets. Below is a list of default tokens.


TokenMeaning
<OUT>The main root output directory
. This can
for all generated files for the scene. Can be set in
the RenderMan for Blender preferences
Workspace Editor.
<blend>The current blend filename. Set to UNTITLED if the current scene has not been saved.
<blend_dir>The directory where the current blend file is in.
<scene>The name of the current scene being rendered.
<layer>The current view layer being
rendererd
rendered
<aov>AOV name
<f4>Frame padding, 4 in this case, can be omitted for no padding or use lower numbers. Both capital and lowercased 'f' is
recoginzed
recognized.
<ext>File type extension
<file>This is the same as <blend> as above
<version>Inserts the version number specified in the Workspace Editor
<take>Inserts the take number specified in the Workspace Editor
<date>Current date
<frame>Decimal frame number
<jobid>Unique job identifier
<time>Current time
<ws>The same as <OUT> as above

Custom user tokens can also be added (see Workspace Editor).

...