Jump to content

Can anyone help with render engines conflict crashes in houdini


Recommended Posts

Hello,

Using Houdini recently has been horrible. It crashes at every turn and feedback from the team is that its the render engines installed i.e redshift & renderman 23.

Can anyone help with how to overcome these issues as its so bad i can hardly do anything with the application. I am almost regretting that i renewed my license.

This is the conf of my houdini env

REDSHIFT_COREDATAPATH = “c:/ProgramData/Redshift”
HOUDINI_DSO_ERROR = 1
PATH = “C:/ProgramData/Redshift/bin;$PATH”
HOUDINI_DSO_ERROR = 2
MOPS=“C:\Users\COUGAR\Documents\MOPS;$PATH”

REDSHIFT_RV_ALWAYSONTOP = 0
REDSHIFT_RV_OPEN_ONLY = 1
PXR_PLUGINPATH_NAME = “$REDSHIFT_COREDATAPATH/Plugins/Solaris/${HOUDINI_VERSION}”
MOPS=“C:\Users\COUGAR\Documents\MOPS;&”

RMANTREE=C:\Program Files\Pixar\RenderManProServer-23.3
RFHTREE=C:\Program Files\Pixar\RenderManForHoudini-23.3

RMAN_PROCEDURALPATH=$RFHTREE\18.0\openvdb;&
HOUDINI_PATH=“C:/ProgramData/Redshift/Plugins/Houdini/18.0.460;$RFHTREE\18.0;&”
PATH=$RMANTREE\bin;&

Link to comment
Share on other sites

At a glance, your quote characters are are wrong and on some lines they are missing.

For you final $PATH variable, don't forget to add in the previous $PATH.

Something like this..?

PATH = "C:/ProgramData/Redshift/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/18.0.287;@/python2.7libs;&" 

HOUDINI_DEFAULT_RIB_RENDERER=prman23.3
RMANTREE="C:\Program Files\Pixar\RenderManProServer-23.3"
RFHTREE="C:\Program Files\Pixar\RenderManForHoudini-23.3"
RMAN_PROCEDURALPATH=$RFHTREE\18.0\openvdb;&

HOUDINI_PATH=$RFHTREE\18.0;$HOUDINI_PATH;&
PATH=$PATH;$RMANTREE\bin;&

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...