Rhino 9 Layer Panel Feature Request

Probably a bit late to squeeze this one into v8, but here’s an idea that would make working with assemblies much quicker imo.

On almost every audio mixer, and the Layer panel is analogous, on each channel/layer there’s what’s called a Solo button. It’s the same thing as One Layer On in the Layer panel, but not buried in a menu, and it doesn’t affect your mute/On settings although it temporarily disables them.

So when you toggle a layer on by pressing the solo button in the Layer panel, it acts exactly like One Layer On, but then when you toggle it off, there exists a One Layer Off that returns everything back to the way it was previously.

5 Likes

Hello @hanscad
This seems like a useful request, I added RH-72941 Temporarily isolate layer

Just for completeness, are you familiar with layer states (LayerStateManager)?

Thank you.

Yes, I recall layer states. I haven’t found a use for them yet, but I appreciate the reminder that it’s there. That will be fantastic for reviews.

I wasn’t aware of isolate though, but yes it’s very close to what I’m describing.

In fact, if I select all the objects in a layer and then isolate them, that’s the same thing. I can probaby macro that. :slight_smile:

Thanks again.

Hi @hanscad,

You can already do this by just scripting existing Rhino commands.

Make a new toolbar button and make these the button macros:

Left mouse button:

_-LayerStateManager _Save OneLayerOn _EnterEnd
_OneLayerOn

Right mouse button:

_-LayerStateManager _Restore OneLayerOn _Delete OneLayerOn _EnterEnd

Hope this helps.

– Dale

3 Likes

A post was split to a new topic: LayerStateManager Issues

For posterity, I made just a couple of small adjustments to these macros to make them work as desired:

Left:

!_-LayerStateManager _Save OneLayerOn _EnterEnd -OneLayerOn _SelectObject

Right:

!_-LayerStateManager _Restore OneLayerOn _-LayerStateManager _Delete OneLayerOn _EnterEnd

I can do all of this in Rhino, but the layout of the Layers panel is awkward and it is very tedious to know what layer you are working with…

Do you notice in the video, that in Fusion 360. when a selection is made, the layer in the panel is also highlighted, for easy selection. In Rhino, I have to look at the bottom left to see what layer is selected or use the filter in the layer panel. All very awkward.

I also like the easy-to-read tree setup. Just altogether more user friendly/