Jump to content


how to install Houdini Ocean Toolkit


  • Please log in to reply
13 replies to this topic

#1 ranjank.vfx

ranjank.vfx

    Peon

  • Validating
  • Pip
  • 1 posts
  • Joined: 03-July 11
  • Location:india
  • Name:ranjan patwa

Posted 10 July 2011 - 07:06 PM

hi , I am getting trouble in installing Houdini Ocean Toolkit for Houdini 11.0.733
plz... anyone will help me to by telling step by step installation process for win64

Edited by ranjank.vfx, 10 July 2011 - 07:07 PM.


#2 edward

edward

    Grand Master

  • Members
  • PipPipPipPipPip
  • 3,325 posts
  • Joined: 10-September 02
  • Name:e.d.w.a.r.d. .

Posted 11 July 2011 - 07:31 PM

Have you read the documentation?
http://anusf.anu.edu...ry-distribution
don't panic!

#3 hkspowers

hkspowers

    Peon

  • Members
  • Pip
  • 41 posts
  • Joined: 16-June 07
  • Location:Los Angeles
  • Name:James Little

Posted 22 August 2011 - 07:25 PM

I found the directions to be confusing at first also because the way it's explained in the documents makes it seem that you set your variables values to have the variable name in them as well.  Here is a step by step install guide I made which is more clear.


Step 1.  Download a binary distro AKA a compiled version for your specific version of Houdini.  In my case 11.0.733 x64.
I used this version:
HOT 11.0.733 x64

Step 2.  Unzip the archive and place the contents into any folder you want.  I made a folder in my C:/ drive named "houdini" and inside of that folder I made another folder named "hot"  Inside of the "hot" folder I pasted all of the contents of the archive I unziped earlier.  So you should have something that looks like so.
Posted Image

Step 3.  So now all you have to do is add two environment variables.  To do this open windows explorer and right click on "Computer" (Windows 7)  or "my computer" (Windows XP) and go to properties.
Posted Image

Then go to "Advanced system settings"  
Posted Image

The "System properties"  window will pop up at the bottom click on "Environment variables"
Posted Image

Step 4. Then you must create your environment variables.
Click "New..."  Under either section (The system variables will load the variables for any user on the computer, while the user variables will only load for that specific user.)
Posted Image

After you click "New..." a window as such will appear.  We will do the "HOUDINI_PATH"  variable first.
The Variable name is: "HOUDINI_PATH"  (without the quotes.)
The variable value is: C:/houdini/hot;&  (The slashes must be in the opposite direction and you must have the semicolon and the ampersand at the end.  NO SPACES)
Posted Image

Now we will add the Path variable.

You most likely already have a "Path" variable
Posted Image

Select it and click on "Edit..." do not rename the variable name leave it alone.  Move your cursor all the way to the end of the text in the "Variable value:" text field and at the end of the existing text put a semicolon with no space before or after.  Then type the path location of the "dlls" folder inside of the "houdini/hot" folders we created earlier.  You should have something that looks like this.
Posted Image

Note: This path does not need to have the reversed slashes.  Nor does it need the semicolon or ampersand at the end.  


And that should be it!  

Open Houdini and throw down a grid jump inside the grid and type "ocean"  If you see the node it means you were successful.
Posted Image

Hope this write up helps clear the confusion with HOT installs on windows.  Thanks to Ronald for the compile and Kiel for helping me understand the install myself.

James

Edited by hkspowers, 02 September 2011 - 07:58 PM.

My Homepage
My Vimeo Page

Some people are like slinkies, no matter how useless they may be you can't help but smile when you see one tumble down stairs.

#4 Tom

Tom

    Peon

  • Members
  • Pip
  • 96 posts
  • Joined: 18-June 11
  • Location:Latvia
  • Name:Toms Seglins

Posted 26 August 2011 - 09:24 AM

Thanks hkspowers!  :rolleyes:

Worked fine on 11.1.22 version.

#5 thomwickes

thomwickes

    Peon

  • Members
  • Pip
  • 11 posts
  • Joined: 26-September 11
  • Name:thom wickes

Posted 15 November 2011 - 08:45 PM

Thanks for this mate - nice and clear

#6 NicoZ

NicoZ

    Peon

  • Members
  • Pip
  • 21 posts
  • Joined: 25-October 11
  • Location:Buenos Aires
  • Name:Nicolas Zabala

Posted 23 November 2011 - 05:29 AM

Thanks for the tuto =)

#7 poppy

poppy

    Peon

  • Members
  • Pip
  • 51 posts
  • Joined: 04-September 11
  • Location:Thailand
  • Name:Patchara Tantrapornpong

Posted 30 December 2011 - 11:35 PM

what about OSX?

#8 hkspowers

hkspowers

    Peon

  • Members
  • Pip
  • 41 posts
  • Joined: 16-June 07
  • Location:Los Angeles
  • Name:James Little

Posted 31 December 2011 - 12:24 AM

View Postpoppy, on 30 December 2011 - 11:35 PM, said:

what about OSX?


Sorry I don't have any experience with Mac.
My Homepage
My Vimeo Page

Some people are like slinkies, no matter how useless they may be you can't help but smile when you see one tumble down stairs.

#9 Netvudu

Netvudu

    Houdini Master

  • Members
  • PipPipPipPip
  • 766 posts
  • Joined: 24-May 06
  • Location:Barcelona, Spain
  • Name:Javier Meroño

Posted 31 December 2011 - 08:30 AM

Just to update this great info, for anyone wanting to install HOT for one Windows version but don´t get other Houdini versions on the same machine affected (and showing errors on startup) this little workaround suggested by edward (aka e.d.w.a.r.d  :lol: ) on this very forum.


Create a bat file (just create any new text file and give it the extension .bat) with this info

set "HOUDINI_PATH=C:\blah,blah...this is your path to your binary HOT version;&" (note the last two characters)
set "PATH=C:\blah,blah...just as the previous one but with \dlls at the end"
start "" "C:\here goes the path to your Houdini installation"

For example my bat file reads:

@echo off

set "HOUDINI_PATH=C:\Program Files\Side Effects Software\hotbin_win64_H11.1.118_1.0rc9;&"
set "PATH=C:\Program Files\Side Effects Software\hotbin_win64_H11.1.118_1.0rc9\dlls"
start "" "C:\Program Files\Side Effects Software\Houdini 11.1.118\bin\hmaster.exe"

And that´s it.
You just run that bat file to start that Houdini version with HOT.

Edited by Netvudu, 03 January 2012 - 04:48 PM.


#10 J.Santos

J.Santos

    Initiate

  • Members
  • PipPip
  • 186 posts
  • Joined: 26-February 10
  • Location:Aveiro, Portugal
  • Name:Joaquim Santos

Posted 13 January 2012 - 08:23 AM

Any chance of a step-by-step tutorial for Linux?

Because I just got the latest build and did all like it like is said here (http://anusf.anu.edu...ini/ocean/docs/), so basically I created a .bashrc and assignd to the Houdini path the place where my HOT is and... nothing!!!

Any tips?
Audaces fortuna juvat - or so I hope :)

website - http://js/vfx.com

My Blog - enter at your own peril...
http://3dandme.wordpress.com/

#11 nazar

nazar

    Peon

  • Members
  • Pip
  • 10 posts
  • Joined: 14-December 11
  • Location:Sevastopol
  • Name:Vitaly Antonovas

Posted 20 February 2012 - 08:35 AM

Hi all! I have version 11.0.547
What build do I need?

#12 Naeem

Naeem

    Peon

  • Members
  • Pip
  • 29 posts
  • Joined: 31-January 12
  • Location:Bournemouth
  • Name:Naeem Chudawala

Posted 07 March 2012 - 07:40 AM

Hi,

I am trying to install HOT 1.09 built for 11.1.67 on Houdini 11.1.22 on Ubuntu x64. I followed the documentation and set HOUDINI_PATH properly, but still can't get it to work. Could someone please post a step-by-step guide on getting HOT to work?

Thanks.

Naeem.

EDIT: Just started Houdini and it's working now. Quite strange.

Edited by Naeem, 09 March 2012 - 07:57 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users