Page tree

Versions Compared

Key

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

...

Info
  • RenderMan for Houdini (RfH) 23.5 currently only provides support for the following production Houdini versions and changes the installation details:
    • RenderMan 23.5
      • 17.0.506
      • 17.5.460
      • 18.0.460
      • 18.0.499
      • 18.0.532
      • 18.0.566
      • 18.0.597
      • 18.5.351
  • Rendering with RenderMan will not operate on Houdini Apprentice editions, see Side FX's website for options that allow Third Party Rendering
  • Houdini Indie is only compatible with version 17.5.210 or higher


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.0.532:&


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

RMAN_PROCEDURALPATH = $RFHTREE/18.0.532/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.45
RFHTREE=/opt/pixar/RenderManForHoudini-23.45
RMAN_PROCEDURALPATH=$RFHTREE/18.0.532/openvdb:&
HOUDINI_PATH=$RFHTREE/18.0.532:&

...

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

...

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

...