Page tree

Versions Compared

Key

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

...

Warning

This document applies to installation of RenderMan 23.5 4 and higher.

For information on older versions of RenderMan 23, please see this document.

...

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 NEW!
  • Rendering with RenderMan will not operate on Houdini Apprentice editions, see Side FX's website for options that allow Third Party Rendering

...

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

Code Block
RMANTREE=/opt/pixar/RenderManProServer-23.5
RFHTREE=/opt/pixar/RenderManForHoudini-23.5
#Uncomment the following line only when using Solaris
#RMAN_PROCEDURALPATH = $RFHTREE/18.5.351/openvdb:&
HOUDINI_PATH=$RFHTREE/18.5.351:&

On Windows with 18.05, one would edit the file in: \Users\myself\Documents\houdini18.05\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-23.5
RFHTREE=C:\Program Files\Pixar\RenderManForHoudini-23.5
#Uncomment the following line only when using Solaris
#RMAN_PROCEDURALPATH = $RFHTREE/18.5.351/openvdb:;&
HOUDINI_PATH=$RFHTREE\18.5.351;&
PATH=$RMANTREE\bin;&

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

Code Block
RMANTREE=/Applications/Pixar/RenderManProServer-23.5
RFHTREE=/Applications/Pixar/RenderManForHoudini-23.5
#Uncomment the following line only when using Solaris
#RMAN_PROCEDURALPATH = $RFHTREE/18.5.351/openvdb:&
HOUDINI_PATH=$RFHTREE/18.5.351:&

...