ttpetra Posted June 25, 2020 Share Posted June 25, 2020 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;& Quote Link to comment Share on other sites More sharing options...
Atom Posted June 26, 2020 Share Posted June 26, 2020 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;& Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.