nicholas_yue Posted September 20, 2020 Share Posted September 20, 2020 Hi, I am programmatically generating Houdini scene (HIP) files After creating and connecting nodes, I'd like to perform a layout and home so that when the user open up the scene, it is not one ball of nodes in the center. Is there a way to do that in Hython calls, what about C++ ? Cheers Quote Link to comment Share on other sites More sharing options...
Atom Posted September 20, 2020 Share Posted September 20, 2020 There is a method for a node called moveToGoodPosition(). It's available through python, but probably in the HDK as well. You should call it for each new node created. It's like pressing the L-KEY in the network view. 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.