Q - Is there an indication to show that a layer has hidden objects?

Perhaps it’s somewhere, but I haven’t found it.
If there are hidden objects on the working layer it would be great to have a persistent icon. There’s plenty of room in the top window bar.

No such tool currently exists.

1 Like

Hi Seth - there is no running count but you can query Rhino using this script-

AnyHiddenOnTheCurrentLayer.py (507 Bytes)

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

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

-Pascal