WooFL Posted August 20, 2015 Share Posted August 20, 2015 Hi guys. I'm new to houdini and I want to learn how use vops (and the vex in general), but I can't seem to find any debugging windows like console. Quote Link to comment Share on other sites More sharing options...
bonsak Posted August 20, 2015 Share Posted August 20, 2015 Hi In VOP's you can link a "Bind Export" node to the output port of what you want debug and set "Export" to "Always" It will output that value as a new attribute to the "Geometry Spreadsheet". A little quirky as you have to delete all the attributes later. In VEX you can use "printf" but you need to start Houdini from the command line to see the output there. Cheers Bonsak Quote Link to comment Share on other sites More sharing options...
WooFL Posted August 20, 2015 Author Share Posted August 20, 2015 Thanks !! 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.