Page tree

Versions Compared

Key

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

...

Info

RenderMan for Houdini (RfH) only provides support for the following production Houdini versions:

  • RenderMan for Houdini 25.0 supports: 19.5.569, 19.0.720, 18.5.696
  • RenderMan for Houdini 25.1 supports: 19.5.605, 19.5.569, 19.0.720, 18.5.696

Other important information:

  • RenderMan for Houdini will not operate with a mismatched python version. Be careful to install the same python version for Houdini and RfH. 
  • Rendering with RenderMan will not operate on Houdini Apprentice editions, see Side FX's website for options that allow Third Party Rendering
  • RenderMan for Houdini for 19.0 requires macOS 1012.14 x Monterey and higher or CentOS 7.7 and higher. 

...

Code Block
RMANTREE="C:\Program Files\Pixar\RenderManProServer-25.0"
RFHTREE="C:\Program Files\Pixar\RenderManForHoudini-25.0"
RMAN_PROCEDURALPATH=$RFHTREE\3.9\19.5.569\openvdb;&
HOUDINI_PATH=$RFHTREE\3.9\19.5.569;&
PATH=$RMANTREE\bin;&

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

...