Octane for H18 ?

Houdini Integrated Plugin

Moderator: juanjgon

Post Reply
AlexSudnikov
Licensed Customer
Posts: 20
Joined: Wed Feb 08, 2017 4:42 am

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.
User avatar
galleon27
Licensed Customer
Posts: 292
Joined: Wed Jul 15, 2015 11:55 am
Location: Serbia
Contact:

Octane version 2019.1.5 - viewtopic.php?f=102&t=73535
Octane version 2020.1 - viewtopic.php?f=102&t=73773
Win 10 64bit // GTX 4090 + GTX 3090 // 5900x // 64GB // SideFX Houdini // C4D
AlexSudnikov
Licensed Customer
Posts: 20
Joined: Wed Feb 08, 2017 4:42 am

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!)
Attachments
err.jpg
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

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
AlexSudnikov
Licensed Customer
Posts: 20
Joined: Wed Feb 08, 2017 4:42 am

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)
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

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
AlexSudnikov
Licensed Customer
Posts: 20
Joined: Wed Feb 08, 2017 4:42 am

Thank you very much Juanjo ! It works now ! :)
Post Reply

Return to “Houdini”