Page tree

Versions Compared

Key

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


Warning

This document for installing RenderMan for Houdini only applies to RenderMan releases 23.0 through 23.3
Please see the latest document for installation of 23.4 and higher.


Info
  • RenderMan for Houdini (RfH) 23 currently only provides support for the following production Houdini versions:
Note

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

HOUDINI_PATH=$RFHTREE/16.5:&
Warning

You must remove any prior installations of the alpha RenderMan for Houdini 22.4 or it will fail to render.

info
  • 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, you must be using at least version 17.5.210 or higher.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/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.


RenderMan for Houdini is installed using the RenderMan Installer, which manages the downloading, installation and licensing of RenderMan Pro Server (the actual renderer) along with all bridge products.

...

For example on Linux, one would edit this file in: $HOME/houdini16houdini18.50/houdini.env:

Code Block
RMANTREE=/opt/pixar/RenderManProServer-2223.53
RFHTREE=/opt/pixar/RenderManForHoudini-22.523.3
RMAN_PROCEDURALPATH=$RFHTREE/18.0/openvdb:&
HOUDINI_PATH=$RFHTREE/1618.50:&

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

NOTE: Windows uses a semi-colon instead of a colon to separate the HOUDINI_PATH!

Code Block
RMANTREE="C:\Program Files\Pixar\RenderManProServer-2223.5"3
RFHTREE="C:\Program Files\Pixar\RenderManForHoudini-22.5"23.3
RMAN_PROCEDURALPATH=$RFHTREE\18.0\openvdb;&
HOUDINI_PATH=$RFHTREE\1718.0;&
PATH=$RMANTREE\bin;&

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

Code Block
RMANTREE=/Applications/Pixar/RenderManProServer-2223.53
RFHTREE=/Applications/Pixar/RenderManForHoudini-22.523.3
RMAN_PROCEDURALPATH=$RFHTREE/18.0/openvdb:&
HOUDINI_PATH=$RFHTREE/1718.50:&