Page tree

Versions Compared

Key

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

...

Note

The environment variable for RfH must be listed first in the houdini.env file. (Windows requires a semi-colon) For example:

HOUDINI_PATH=$RFHTREE/17.5:&


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

RMAN_PROCEDURALPATH = $RFHTREE/18.0/openvdb:&


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

PATH=$RMANTREE\bin;&


Additional instructions and details are found below in this document.

...

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\18.0;&
PATH=$RMANTREE\bin;&

...

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

...