Page tree

Versions Compared

Key

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

...

Note

RenderMan for Houdini v23 on Windows now requires an additional line in the configuration file:

PATH=$RMANTREE\bin;&


Note

RenderMan for Houdini v23 with Solaris now requires an additional line in the configuration file:

RMAN_PROCEDURALPATH = $RFHTREE/18.0/openvdb:&


Note

The environment variable for RfH must be listed first. For example:

HOUDINI_PATH=$RFHTREE/17.5:&

...

For example on Linux, one would edit this file in: $HOME/houdini17houdini18.50/houdini.env:

Code Block
RMANTREE=/opt/pixar/RenderManProServer-23.0
RFHTREE=/opt/pixar/RenderManForHoudini-23.0
RMAN_PROCEDURALPATH=$RFHTREE/18.0/openvdb:&
HOUDINI_PATH=$RFHTREE/1718.50:&

On Windows with 1718.50, one would edit the file in: \Users\myself\Documents\houdini17houdini18.50\houdini.env:

NOTE: Windows uses a semi-colon instead of a colon to separate the HOUDINI_PATH!

Code Block
RMANTREE="C:\Program Files\Pixar\RenderManProServer-23.0"
RFHTREE="C:\Program Files\Pixar\RenderManForHoudini-23.0"
RMAN_PROCEDURALPATH=$RFHTREE\18.0\openvdb;&
HOUDINI_PATH=$RFHTREE\1718.50;&
PATH=$RMANTREE\bin;&

Finally an example on OS-X with 1718.50, one would edit this in: /Users/myself/Library/Preferences/houdini/1718.50/houdini.env:

Code Block
RMANTREE=/Applications/Pixar/RenderManProServer-23.0
RFHTREE=/Applications/Pixar/RenderManForHoudini-23.0'
RMAN_PROCEDURALPATH=$RFHTREE/18.0/openvdb:&
HOUDINI_PATH=$RFHTREE/1718.50:&