gemini Posted July 25, 2019 Share Posted July 25, 2019 Hi, Can the Network Editor View be 'placed' without zoom on a node (home) ? I tried the setCursorPosition but not worked. Any Idea ? THX! G Quote Link to comment Share on other sites More sharing options...
animknight Posted July 26, 2019 Share Posted July 26, 2019 Am I correct to assume that you want to do something like "Home All" (H - key) ? Quote Link to comment Share on other sites More sharing options...
Outlawed Posted September 7, 2019 Share Posted September 7, 2019 Drag your network view pane tab into the python shell. It will say something like hou.ui.findPaneTab('panetab7') Something like the following should get you started: a = hou.ui.findPaneTab('panetab7') b = hou.NetworkEditor.screenBounds(a) hou.NetworkEditor.setVisibleBounds(a, b, transition_time=0.0, max_scale=0.0, set_center_when_scale_rejected=False) 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.