schnelli Posted March 9, 2012 Share Posted March 9, 2012 Compilation passes normally, but HOT doesn't work (houdini-12.0.559-linux_x86_64_gcc4.4) . Ok. This requires some debugging for the linux build. Quote Link to comment Share on other sites More sharing options...
zztopless Posted March 9, 2012 Share Posted March 9, 2012 houdini-12.0.560-linux_x86_64_gcc4.4 (Debian 6.0.4) --> Same result. Houdini crashed without any messages. Quote Link to comment Share on other sites More sharing options...
Hans Joergen Posted March 12, 2012 Share Posted March 12, 2012 (edited) Hi, So we've got VEX_Ocean.so working here on Linux Fedora 14 without too much code intervention. We basically just compile a slightly modified VEX_Ocean.C. The hazzle when trying to get HOT to work for H12 are SOP_Ocean and SOP_Cleave, and so we simply remove all references to SOP_Ocean.so and SOP_Cleave.so from the makefile ( SOP_Ocean.so you don't need since you can use the VEX_Ocean.so in a VOP SOP ). Also, rather than using 'python setup.py bdist' we just run 'make'. Recipe: 1. Check out the hot from google code. I believe the latest is 1.0rc9. 2. Run the 3rdparty/build_linux.sh 3. Remove the SOP_Ocean.so and SOP_Cleave.so references from the Makefile. 4. Replace VEX_Ocean.C with the one attached. 4. Type 'make' from the src directory. 5. Copy the compiled VEX_Ocean.so to the correct dso directory. Sorry for the tar.gz but I was not allowed to upload a .C file. The attached code is based on Christian Schnellhammers modifications to Andrew Whitehouse original sourcecode. - Hans Joergen Kjaernet VEX_Ocean.C.tar.gz Edited March 12, 2012 by Hans Joergen 1 Quote Link to comment Share on other sites More sharing options...
zztopless Posted March 12, 2012 Share Posted March 12, 2012 Hans Joergen 5. Copy the compiled VEX_Ocean.so to the correct dso directory. VEX_Ocean.so works fine, thanks. But SOP_Ocean.so pulls down Houdini. 1 Quote Link to comment Share on other sites More sharing options...
Hans Joergen Posted March 12, 2012 Share Posted March 12, 2012 (edited) VEX_Ocean.so works fine, thanks. But SOP_Ocean.so pulls down Houdini. VEX_Ocean.so didn't work for us until we commented out SOP_Ocean and SOP_Cleave, for reasons unknown to me. Having VEX_Ocean work is enough for us, as you can have the VEX_Ocean do the same thing as the SOP_Ocean by inserting it into a VOP_SOP. In that sense, we don't really need SOP_Ocean. Edit: Just saying this for those who scour through the forums looking for a quickfix. - Hans Jørgen Edited March 12, 2012 by Hans Joergen Quote Link to comment Share on other sites More sharing options...
csp Posted March 18, 2012 Share Posted March 18, 2012 5. Copy the compiled VEX_Ocean.so to the correct dso directory. sorry, I am confused with the last step, where the compiled VEX_Ocean.so should be after the make, is it the VEX_Ocean.o inside the src directory? and which one is the correct dso directory? Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted April 4, 2012 Share Posted April 4, 2012 Is it supposed to work on Houdini 12.0.552? Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted April 7, 2012 Share Posted April 7, 2012 (edited) I guess not. Could somebody please to compile it for Houdini 12.0.581 for windows? Edited April 7, 2012 by Mzigaib Quote Link to comment Share on other sites More sharing options...
YXTX2012 Posted April 8, 2012 Share Posted April 8, 2012 Really need this 12.0.581 thanks Quote Link to comment Share on other sites More sharing options...
Chats Posted April 10, 2012 Share Posted April 10, 2012 Hey guys, this is awesome! Any chance someone could compile for 12.0.543.9 on Mac OSX? Thanks! -Mark Quote Link to comment Share on other sites More sharing options...
schnelli Posted April 11, 2012 Share Posted April 11, 2012 Just added 12.0.581 binaries. http://schnellhammer.net/blog/2012/03/hot12/ Cannot find the time to compile/test the HOT for other platforms than windows at the moment, sorry. Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted April 11, 2012 Share Posted April 11, 2012 Just added 12.0.581 binaries. http://schnellhammer.net/blog/2012/03/hot12/ Cannot find the time to compile/test the HOT for other platforms than windows at the moment, sorry. Thanks man, you're awesome! Quote Link to comment Share on other sites More sharing options...
YXTX2012 Posted April 12, 2012 Share Posted April 12, 2012 Thank you very much Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted May 13, 2012 Share Posted May 13, 2012 Just added 12.0.581 binaries. http://schnellhammer.net/blog/2012/03/hot12/ Cannot find the time to compile/test the HOT for other platforms than windows at the moment, sorry. After installing the binaries I can only see the HOcean eval inside VOP SOP not the Ocean SOP is that Correct? Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted May 17, 2012 Share Posted May 17, 2012 Anyone? Quote Link to comment Share on other sites More sharing options...
schnelli Posted May 18, 2012 Share Posted May 18, 2012 After installing the binaries I can only see the HOcean eval inside VOP SOP not the Ocean SOP is that Correct? hi, if the dll is loaded correctly the ocean SOP node should appear as "hocean". what build version of houdini do you use? does the vop eval node work? cheers Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted May 18, 2012 Share Posted May 18, 2012 (edited) hi, if the dll is loaded correctly the ocean SOP node should appear as "hocean". what build version of houdini do you use? does the vop eval node work? cheers Thanks for the feedback, The eval node is working, but like I said I dont see the Ocean SOP, any ideaa what can be causing this? I am using build 581. Edited May 18, 2012 by Mzigaib Quote Link to comment Share on other sites More sharing options...
Netvudu Posted May 18, 2012 Share Posted May 18, 2012 Win 64, H 12.0.581 here and I have both the VOP and SOP. The Sop is called "HOcean"....you don´t have it? Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted May 18, 2012 Share Posted May 18, 2012 (edited) Win 64, H 12.0.581 here and I have both the VOP and SOP. The Sop is called "HOcean"....you don´t have it? Inside Houdini I can only see the HoceanEval vop not the SOP Ocean and when I extract the rar for instalation I can see the otl file, the dll file and the VEXdso file, I wonder if there is some file missing. And I am using windows. Edited May 18, 2012 by Mzigaib Quote Link to comment Share on other sites More sharing options...
Mzigaib Posted May 19, 2012 Share Posted May 19, 2012 Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.