Page tree

Versions Compared

Key

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


Note

RenderMan for Houdini on Windows now requires an additional line in the configuration file in order to load the plugin correctly:

PATH=$RMANTREE\bin;&


Note

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

HOUDINI_PATH=$RFHTREE/17.5:&


Info
  • RenderMan for Houdini version 23 currently only provides support for the following Houdini versions:
    • 17.0.56
    • 17.5.360
    • 18.0.268 (beta)
  • 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 17.5, you must be using at least version 17.5.210 or higher

...

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

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

...