Klaus_15 Posted June 12, 2021 Share Posted June 12, 2021 Can you please tell me, if it is possible in the houdini how to output the variable data to the console or something like that? I was prompted to use the bindexport node. But all the same, there is no information about the type of the variable and data: Quote Link to comment Share on other sites More sharing options...
davpe Posted June 13, 2021 Share Posted June 13, 2021 you don't typically print attribute data to console (but possible with Print VOP). instead you create an attribute with bind export VOP, then you can look at it using geometry spreadsheet, as you were advised. Data type (float, int, vector, etc.) is set directly on the bind export node. Then you have to pay attention which element the data is stored on. The emelent can be points, vertices, primitives, or detail (detail is like "object"). For better understanding how to use the Geometry Spreadsheet, i recommend you to read the docs. As for how to further use that data, that is a completely new topic, and quite a broad one, so hard to give any general advice without knowing what exactly you want to do. 1 1 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.