garf Posted December 31, 2024 Share Posted December 31, 2024 Can someone explain to me why once maximized the size() method doesn't register the new dimensions; and possibly provide me with a solution? import hou viewport = hou.ui.curDesktop().paneTabOfType(hou.paneTabType.SceneViewer) print(viewport.size()) viewport.pane().setIsMaximized(1) print(viewport.size()) 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.