gemini Posted July 16, 2020 Share Posted July 16, 2020 Hi, It seems like an easy question but I could not figure out somehow. How can I Change Top view to Perspective ? G Quote Link to comment Share on other sites More sharing options...
malexander Posted July 16, 2020 Share Posted July 16, 2020 If you're using HOM, grab the SceneViewer object from the desktop and iterate through the GeometryViewport's (SceneViewer.viewports()) and check the type() against hou.geometryViewportType.Top. When you find it, use changeType(hou.geometryViewportyType.Perspective) on that viewport object. Quote Link to comment Share on other sites More sharing options...
gemini Posted July 19, 2020 Author Share Posted July 19, 2020 Thanks ! 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.