garf Posted May 23, 2017 Share Posted May 23, 2017 Anyone know how/if it's possible to maximise the viewport in python? cheers Quote Link to comment Share on other sites More sharing options...
Guillaume Posted May 24, 2017 Share Posted May 24, 2017 (edited) Yes, you can do it using hou.Pane.setIsMaximized().http://sidefx.com/docs/houdini/hom/hou/Pane Edited May 24, 2017 by Guillaume Quote Link to comment Share on other sites More sharing options...
garf Posted May 25, 2017 Author Share Posted May 25, 2017 thanks - this was implemented in h16, right? I'm on 15 right now - so not currently an option. Quote Link to comment Share on other sites More sharing options...
MagicRej Posted May 30, 2017 Share Posted May 30, 2017 (edited) On 5/25/2017 at 6:34 PM, garf said: thanks - this was implemented in h16, right? I'm on 15 right now - so not currently an option. Hi. I don't know how it will useful for you but i do this in H15 by changing desktop. I created desktop preset which is fullscreen, etc. and choose it when my flipbook start. desktops = dict((i.name(), i) for i in hou.ui.desktops()) desktops['Desk_name'].setAsCurrent() Hope it's help. Thanks, Vitalii Edited May 30, 2017 by MagicRej 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.