SteveNi Posted October 15, 2016 Share Posted October 15, 2016 Hi This may be really stupid but I was working on a volume wrangle, and I noticed that the printf() function does not work on this kind of wrangle node... Is it just me or am I making some kind of stupid mistake? In the pic the node to the left prints nothing, instead of the node of the right (wich has the same code), wich actually prints "Hello" to the Houdini console. Quote Link to comment Share on other sites More sharing options...
julian johnson Posted October 17, 2016 Share Posted October 17, 2016 I think you need a volume attribute to iterate over i.e. this works (if you bind to density for example): printf("%s\n", "hello", @density); Quote Link to comment Share on other sites More sharing options...
SteveNi Posted October 18, 2016 Author Share Posted October 18, 2016 Ok 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.