Shortcut to Centre view upon and highlight the layer containing the selected object

A quick way to centre the view over the layer/nested layer containing the selected object

Video explanation

Hello - so, one of the things that is powerful in Rhino is the ability to write scripts to achieve specific results that are not canned; highlighting the selected object layer in the layer panel is one thing that can be done via script while waiting for a version of Rhino that implements this.

HighlightLayers.py (622 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

1 Like