[Request]Open layers window
-
Is there a way to open the layer window with Ruby so that I can show layers marked for deletion in a web dialog have been purged from the SU model?
Thanks
Chris
-
Sketchup.send_action 21354
works on a PC, but it is not officially supported by Google, and might not work in the future. I don't know if there is a Mac version that works.
Chris
-
UI.show_inspector("Layers")
Found it - asked and answered!
Crossed - sorry Chris Chris
-
Oh good, that is a much better way of doing it!
Chris
Advertisement