Page 1 of 1

multiple houdini/octane versions environment vars

PostPosted: Tue Jul 10, 2018 6:36 pm
by WhyGee
Hi,
Sorry if this question came up already and if it did I'd appreciate a link to the post.
What would be if possible the easiest way to setup houdini with multiple versions of octane render. I'd like to have a general "default" version, for example when rendering with deadline. And another way to specifically use a different octane release in specific projects.

Thanks alot!

/Yaniv

Re: multiple houdini/octane versions environment vars

PostPosted: Tue Jul 10, 2018 10:29 pm
by juanjgon
Hi,

Of course, it is not possible to work with two or more Octane versions at the same time in Houdini, so you should think about some kind of launch script to configure the Houdini PATH and HOUDINI_PATH variables and select the desired Octane version, and start Houdini once these variables are set.

Thanks,
-Juanjo

Re: multiple houdini/octane versions environment vars

PostPosted: Wed Jul 11, 2018 6:19 am
by WhyGee
"it is NOT possible"?
I didn't mean in the same session of a houdini process, just 2 different instances of houdini running different versions. Do you have an example of such a launch script? I've tried something and I'm not sure if I did it right but it seems like the houdini.env in the user documents folder overrides whatever is in the script.

Thanks
Yaniv

Re: multiple houdini/octane versions environment vars

PostPosted: Wed Jul 11, 2018 1:04 pm
by juanjgon
Probably the problem is that if you are using a script to configure the environment variables, the houdini.env file must be empty (or at least it should not have the same variables that you have defined in the script).

Hope this helps,
-Juanjo

Re: multiple houdini/octane versions environment vars

PostPosted: Wed Jul 11, 2018 1:35 pm
by WhyGee
So how could I have a default octane installation that render managers like deadline could use without the houdini.env ?

Re: multiple houdini/octane versions environment vars

PostPosted: Wed Jul 11, 2018 1:48 pm
by juanjgon
Hmm, not sure. I think that deadline has a tool to set environment variables, you could add the PATH and HOUDINI_PATH variables there to configure the render session to use any Octane build, I suppose.
https://docs.thinkboxsoftware.com/produ ... nment.html

Thanks,
-Juanjo

Re: multiple houdini/octane versions environment vars

PostPosted: Wed Jul 11, 2018 5:19 pm
by WhyGee
Thanks alot I'll check it out!