Install plugin problem

Houdini Integrated Plugin

Moderator: juanjgon

Post Reply
User avatar
Dmi3ryd
Licensed Customer
Posts: 233
Joined: Mon Feb 25, 2013 1:31 pm
Location: Russia
Contact:

Hi everyone.

Could you help me please with next.

Trying toinstall plugin for houdini and set folders path:

On Windows, you need to set the PATH to point to the scripts/bin as well:

PATH = "C:/path/to/octane/bin;$PATH"
HOUDINI_PATH = "C:/path/to/octane;&"

What I need to place in houdini.env file?

PATH = "C:\Octane_2.25.0.1\bin;$PATH"
HOUDINI_PATH = "C:\Octane_2.25.0.1\bin;&"

I don't understand how write this correct.
My octane plugin placed in C:\Octane_2.25.0.1\bin
Win 8.1/64 | Geforce GTX780TI | Core I7 970 | 24GB
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

For a plugin placed in C:\Octane_2.25.0.1 you should set in your houdini.env file:

PATH = "C:/Octane_2.25.0.1/bin;$PATH"
HOUDINI_PATH = "C:/Octane_2.25.0.1;&"

Even in Windows, you have to use forward slashes (“/”) instead of backslashes as path separators.

-Juanjo
User avatar
Dmi3ryd
Licensed Customer
Posts: 233
Joined: Mon Feb 25, 2013 1:31 pm
Location: Russia
Contact:

juanjgon many thanks for very fast reply.

Now my file contain:

#
# 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

PATH = "C:/Octane_2.25.0.1/bin;$PATH"
HOUDINI_PATH = "C:/Octane_2.25.0.1;&"

Is it correct?
Win 8.1/64 | Geforce GTX780TI | Core I7 970 | 24GB
User avatar
Dmi3ryd
Licensed Customer
Posts: 233
Joined: Mon Feb 25, 2013 1:31 pm
Location: Russia
Contact:

Demo version didn't work at Houdini Non-Commercial version?
Win 8.1/64 | Geforce GTX780TI | Core I7 970 | 24GB
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Yes, the houdini.env file seems correct.

Anyway as far I know, the plugin requires Houdini, Houdini FX or Houdini Education. Houdini Apprentice and Houdini Indie cannot run the Octane plugin as they lack support for third party renderers.

-Juanjo
User avatar
Dmi3ryd
Licensed Customer
Posts: 233
Joined: Mon Feb 25, 2013 1:31 pm
Location: Russia
Contact:

juanjgon thanks for you help!
Win 8.1/64 | Geforce GTX780TI | Core I7 970 | 24GB
Post Reply

Return to “Houdini”