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()