Page 2 of 2

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 11, 2018 4:44 pm
by Kryzys
Thanks.

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Thu Jul 19, 2018 4:40 pm
by fabiodamico
Hi,
I did not understand how to operate Houdini 16.5 with octane 4, my PATH is still set for Octane 3

PATH = "C:\Users\fabio\Documents\houdini16.5\bin;$PATH"


Thanks!

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Thu Jul 19, 2018 4:47 pm
by juanjgon
fabiodamico wrote:Hi,
I did not understand how to operate Houdini 16.5 with octane 4, my PATH is still set for Octane 3

PATH = "C:\Users\fabio\Documents\houdini16.5\bin;$PATH"


Thanks!

Hi,

But do you have Octane installed in the Houdini $HOME folder? This is not a good idea at all ... now you are going to need to replace all the Octane 3 files with the Octane 4 ones, so you must be sure that nothing is mixed.

You should unzip the Octane plugin to a custom folder in your HD, let's say for example C:\Octane\Octane_3.08.2.0_Houdini_16.5.496_Win64 (if you are working with Octane 3.08.2 and Houdini 16.5.496) and configure the houdini.env variables to work with it:

Code: Select all
HOUDINI_DSO_ERROR = 2
PATH = "C:\Octane\Octane_3.08.2.0_Houdini_16.5.496_Win64\bin;$PATH"
HOUDINI_PATH = "C:\Octane\Octane_3.08.2.0_Houdini_16.5.496_Win64;&"


But to use this installation workflow you must delete all the files in your $HOME folder first to don't mix Octane versions.

Hope this helps,
-Juanjo

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Fri Jul 20, 2018 9:16 pm
by fabiodamico
Hi
Thank you very much.. I fixed everything now also works version 4 on Houdini!