gemini Posted May 25, 2023 Share Posted May 25, 2023 Hi, I have this code working on Linux but not on Windows. Could anyone tell me why ? Probably the issue is from Windows side: UI not refreshes when operation needs update (zoom etc.), but updates when I click outside the Houdini window (Desktop). window = hou.ui.mainQtWindow() hou.ui.setHideAllMinimizedStowbars(not window.isFullScreen()) if window.isFullScreen(): window.showMaximized() else: window.showFullScreen() 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.