Page 1 of 1

Octane + Redshift error

PostPosted: Tue May 24, 2016 1:32 pm
by Fake Pilot
Hello,

I'm testing both Octane and Redshift engines.
Do you know how the houdini.env PATH's should read to reach both plugins at the same time?

For Redshift, it should look like this:

Code: Select all
# REDSHIFT 3D RENDER PATH
HOUDINI_DSO_ERROR = 2
PATH = "C:/ProgramData/Redshift4Houdini/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift4Houdini/Plugins/Houdini/15.5.480;&"


And for Octane:

Code: Select all
PATH = "C:/Users/MyUserName/Documents/OctaneHoudini/Octane_3.00.14.0_Houdini_15.5.480_Win64/bin;$PATH"
HOUDINI_PATH = "C:/Users/MyUserName/Documents/OctaneHoudini/Octane_3.00.14.0_Houdini_15.5.480_Win64;&"

Re: Octane + Redshift error

PostPosted: Tue May 24, 2016 2:35 pm
by juanjgon
Easy, you can add both paths in the same line. It is the same also for other render engines, like Arnold for example.

Code: Select all
HOUDINI_DSO_ERROR = 2
PATH = "C:/ProgramData/Redshift4Houdini/bin;C:/Users/MyUserName/Documents/OctaneHoudini/Octane_3.00.14.0_Houdini_15.5.480_Win64/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift4Houdini/Plugins/Houdini/15.5.480;C:/Users/MyUserName/Documents/OctaneHoudini/Octane_3.00.14.0_Houdini_15.5.480_Win64;&"


-Juanjo

Re: Octane + Redshift error

PostPosted: Tue May 24, 2016 4:28 pm
by Fake Pilot
Awesome! Works perfectly. Thank you! :-)

Re: Octane + Redshift error

PostPosted: Sat Jan 27, 2018 3:09 am
by anodin
Realy helpfull Thx !