lflores Posted April 22, 2013 Share Posted April 22, 2013 Trying to get an HDK VEX function to show up in my houdini session. The .so compiles fine, I can test it using 'sesitag'. I have the VEXdso file in the correct place, but its not getting picked up. Are there any ways of debugging this, like showing which VEXdso file is being used, DSO load errors, and other related verbosity? Quote Link to comment Share on other sites More sharing options...
symek Posted April 23, 2013 Share Posted April 23, 2013 Hi Lucio, Export HOUDINI_DSO_ERROR=3 for verbose DSO load time errors, it should print out also vex extensions. Also in hscript dsoinfo -vq to make sure DSO was loaded. Finally vcc -X surface | grep myshadeop interrogates vex compiler for knowing myshadeop. hope this helps! skk. ps I learned so much from your shaders btw, thank you! Quote Link to comment Share on other sites More sharing options...
lflores Posted April 23, 2013 Author Share Posted April 23, 2013 Turns out that the VEXdso is not appended to, its replaced. So depending on how your local setup works, your local copy of VEXdso might not be read in at all. I had to have help from our software team to help figure that one out.... 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.