Skip to content

Instantly share code, notes, and snippets.

@marth8880
Created October 17, 2020 23:28
Show Gist options
  • Select an option

  • Save marth8880/d0f4249d50e0ece1d459b4f4a6bc6c91 to your computer and use it in GitHub Desktop.

Select an option

Save marth8880/d0f4249d50e0ece1d459b4f4a6bc6c91 to your computer and use it in GitHub Desktop.
set vw = Desktop.ActiveLayout.Views.Find( "View Manager" )
vw.setattributevalue "suspenddrawing","true"
vw.setattributevalue "viewport:a","explorer"
vw.setattributevalue "activecamera:b","user"
vw.setattributevalue "displaymode:b","textured decal"
vw.setattributevalue "layout","vertical:ab"
vw.setattributevalue "suspenddrawing","false"
set myexplorer = vw.views("d")
myexplorer.setattributevalue "scope","Scene"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment