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/18.05.532351:&


RenderMan for Houdini 23 with when using Solaris now only requires an additional line in the configuration file:
#Uncomment the following line only when using Solaris

#RMANRMAN_PROCEDURALPATH = $RFHTREE/18.05.532351/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.

...

Code Block
RMANTREE=/opt/pixar/RenderManProServer-23.5
RFHTREE=/opt/pixar/RenderManForHoudini-23.5
RMAN_PROCEDURALPATH=$RFHTREE/18.05.532351/openvdb:&
HOUDINI_PATH=$RFHTREE/18.05.532351:&

On Windows with 18.0, one would edit the file in: \Users\myself\Documents\houdini18.0\houdini.env:

...

Code Block
RMANTREE=C:\Program Files\Pixar\RenderManProServer-23.5
RFHTREE=C:\Program Files\Pixar\RenderManForHoudini-23.5
RMAN_PROCEDURALPATH=$RFHTREE\18.05.532351\openvdb;&
HOUDINI_PATH=$RFHTREE\18.05.532351;&
PATH=$RMANTREE\bin;&

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

Code Block
RMANTREE=/Applications/Pixar/RenderManProServer-23.5
RFHTREE=/Applications/Pixar/RenderManForHoudini-23.5
RMAN_PROCEDURALPATH=$RFHTREE/18.05.532351/openvdb:&
HOUDINI_PATH=$RFHTREE/18.05.532351:&


Note

If using a different version of Houdini than the above examples of 18.05.532351, you would substitute the version used, such as 18.0.460 or 18.0.499

Note that any version of Houdini being used must be explicitly set using the entire version number, such as 17.5.460 instead of 17.5

...