Starrider Posted September 7, 2021 Share Posted September 7, 2021 Hey, is there a way to switch Houdini's 3d viewport's orientation (Y / Z up) using python? Working in a games environment which uses Z up but solvers work more reliable with Y up so switching back and forth quite regularly and a shelf button would be lovely. Thanks for your help! Quote Link to comment Share on other sites More sharing options...
toadstorm Posted September 7, 2021 Share Posted September 7, 2021 hou.setPreference("viewport.orientation.val", "Z Up") 1 Quote Link to comment Share on other sites More sharing options...
Starrider Posted September 8, 2021 Author Share Posted September 8, 2021 Great. That works. Thanks Henry! 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.