Page tree

Versions Compared

Key

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

...

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

...