A way to set node flags in Houdini Engine C++

   3047   1   2
User Avatar
Member
1 posts
Joined: May 2018
Offline
Hello there,

We are currently working with the C++ Houdini Engine API to communicate with geometries (eg. modifying parameter values, adding nodes, etc…). The geometries we are interacting with have been constructed using the Houdini Desktop software. On the Houdini desktop app we are able to set various flags on specific nodes (in particular the render and display flag). Is there a function in the C++ API to achieve this? We looked in the documentation but without any luck.

Thank you very much for your help,
Best wishes
User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
You can toggle the display flag with `HAPI_SetNodeDisplay`

https://www.sidefx.com/docs/hengine/_h_a_p_i_8h.html#a91bad8b8f1fc1c93c495b3d72c352543 [www.sidefx.com]
  • Quick Links