Page 1 of 1

Octane for H18 ?

PostPosted: Sat Feb 08, 2020 12:51 pm
by AlexSudnikov
Hey everyone!
Just wondering if there is any chance to see new plugin for new Houdini 18.
Plugin for 17.5 doesn't work...as expected :)
Thx.

Re: Octane for H18 ?

PostPosted: Sat Feb 08, 2020 7:23 pm
by galleon27

Re: Octane for H18 ?

PostPosted: Sun Feb 09, 2020 8:03 am
by AlexSudnikov
Thx man !

Unfortunately i can't install it :cry: ( tried different versions)...keep getting this error

"Couldn't find 'SI_ColorEditor.ui' for reading. Looked in:
C:/Otoy/Octane_2019.1.5.0_Houdini_18.0.287_Win64/config/Applications$/config/Applications"

Found the same issues on the forum but somehow mentioned soludtions didn't work out for me...
viewtopic.php?f=101&t=71227

It's probably has smth, to do with env. variables but...dunno what exactly is missing.
Any tips are greatly appreciated ! Thx!)

Re: Octane for H18 ?

PostPosted: Sun Feb 09, 2020 5:41 pm
by juanjgon
Hi,

This is a mistake in the houdini.env file HOUDINI_PATH variable for sure, probably related to a wrong quotes character or something like that. If you want to attach your file here, I could take a look at it.

Thanks,
-Juanjo

Re: Octane for H18 ?

PostPosted: Mon Feb 10, 2020 8:30 am
by AlexSudnikov
Hi , thx for the reply ! :)
Here is my houdini.env :
Code: Select all
#
# Houdini Environment Settings
#
# The contents of this file are read into the environment
# at startup.  They will override any existing entries in
# the environment.
#
# The syntax is one entry per line as follows:
#    VAR = VALUE
#
# Values may be quoted
#    VAR = "VALUE"
#
# Values may be empty
#    VAR =
#

# Example:
#
# HOUDINI_NO_SPLASH = 1

HOUDINI_DSO_ERROR = 2
PATH = "C:\Otoy\Octane_2019.1.5.0_Houdini_18.0.287_Win64\bin;$PATH"
HOUDINI_PATH = "C:\Otoy\Octane_2019.1.5.0_Houdini_18.0.287_Win64;$"


The path is 100% correct...
https://prnt.sc/r01wnl
Thx)

Re: Octane for H18 ?

PostPosted: Mon Feb 10, 2020 3:00 pm
by juanjgon
Sorry, the problem is that the path append character for the HOUDINI_PATH variable is & not $

Code: Select all
HOUDINI_PATH = "C:\Otoy\Octane_2019.1.5.0_Houdini_18.0.287_Win64;&"



Thanks,
-Juanjo

Re: Octane for H18 ?

PostPosted: Mon Feb 10, 2020 3:41 pm
by AlexSudnikov
Thank you very much Juanjo ! It works now ! :)