gemini Posted July 20, 2020 Share Posted July 20, 2020 (edited) Hi Everyone, Can the the ortho grid be hidden in python ( I sure it can be ) ? ( Not the reference Plane ! ) Thanks in advance ! G Edited July 20, 2020 by gemini Quote Link to comment Share on other sites More sharing options...
ikoon Posted July 20, 2020 Share Posted July 20, 2020 (edited) Hi Szabolcs, I am using this script: for pane in hou.ui.curDesktop().paneTabs() : if pane.type() == hou.paneTabType.SceneViewer : settings = pane.curViewport().settings() settings.setDisplayOrthoGrid(not settings.displayOrthoGrid()) Unfortunately, this change is not immediately reflected in the Perspective viewport. I sent RFE (quoted below), and SideFX logged this in their database; Bug (ID# 100052) Please, if I use this script to toggle the grid in the perspective view, then the change is not reflected immediately. I have to switch to Ortho view and back to Perspective to see the grid updated (toggled on/off) If the same issue happens to you, please RFE it too and mention the Bug ID# I am using version 18.0.353 Edited July 20, 2020 by ikoon 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.