gyurma Posted October 16, 2009 Share Posted October 16, 2009 Hi, first of all congrats on the brilliant tool!!!! I can and do use the sop however I have problems with the VEX - HOT_Ocean_eval. I'm getting error messages as follows: CentOS/linux 64 also the displacement shader (connected to the same issue???) what am I doing wrong? Thanks in advance Gyuri Quote Link to comment Share on other sites More sharing options...
eloop Posted October 16, 2009 Share Posted October 16, 2009 (edited) I'm guessing you didn't use the "hython setup.py bdist" method to build the toolkit ? It sounds like you are missing the VEXdso file which should be on your houdini path. eg $HIH/vex/VEXdso if you didn't use the bdist package method of installation detailed in the documentation. When you build a binary distribution this is what gets included in the package - > unzip -t hotbin_linux64_H10.0.407_1.0rc8.zip Archive: hotbin_linux64_H10.0.407_1.0rc8.zip testing: hotbin_linux64_H10.0.407_1.0rc8/config/Icons/SOP_Cleave.icon OK testing: hotbin_linux64_H10.0.407_1.0rc8/config/Icons/SOP_Ocean.png OK testing: hotbin_linux64_H10.0.407_1.0rc8/otls/HOT.otl OK testing: hotbin_linux64_H10.0.407_1.0rc8/examples/vop_displace.hip OK testing: hotbin_linux64_H10.0.407_1.0rc8/examples/sop_flotsam.hip OK testing: hotbin_linux64_H10.0.407_1.0rc8/examples/sop_simple.hip OK testing: hotbin_linux64_H10.0.407_1.0rc8/examples/vopsop_foamparts.hip OK testing: hotbin_linux64_H10.0.407_1.0rc8/examples/vopsop_two_sources.hip OK testing: hotbin_linux64_H10.0.407_1.0rc8/vex/VEXdso OK testing: hotbin_linux64_H10.0.407_1.0rc8/dso/VEX_Ocean.so OK testing: hotbin_linux64_H10.0.407_1.0rc8/dso/SOP_Ocean.so OK testing: hotbin_linux64_H10.0.407_1.0rc8/dso/SOP_Cleave.so OK No errors detected in compressed data of hotbin_linux64_H10.0.407_1.0rc8.zip. -Drew Hi, first of all congrats on the brilliant tool!!!! I can and do use the sop however I have problems with the VEX - HOT_Ocean_eval. I'm getting error messages as follows: CentOS/linux 64 also the displacement shader (connected to the same issue???) what am I doing wrong? Thanks in advance Gyuri Edited October 19, 2009 by eloop Quote Link to comment Share on other sites More sharing options...
gyurma Posted October 16, 2009 Author Share Posted October 16, 2009 I'm guessing you didn't used the "python setup.py bdist" method to build the toolkit ? It sounds like you are missing the VEXdso file which should be on your houdini path. eg $HIH/vex/VEXdso if you didn't use the bdist package method of installation detailed in the documentation. When you build a binary distribution this is what gets included in the package - -Drew you were right, that was the problem. Thousand thanks! Gyuri 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.