Hello,
possibly a stupid question, I am working on a file with many layers and sublayers, so am using the layer tools to select the layer of a selected object quite often. Is there also a command for that, so I can spare a few clicks?
SetLayerToObject command makes the layer of a selected object the current layer. I made two-letter keyboard shortcuts for layer manipulation:
LA '_-Layer _On * _Enter
LC '_ChangeToCurrentLayer
LF '_OneLayerOff
LM '_MatchLayer
LO '_OneLayerOn
LS '_SetLayerToObject
You can make and change the keyboard shortcuts by running Options command and clicking Keyboard button in Options dialog box. By the way, name of current layer and its color are displayed in the Status bar (at the bottom of the Rhino window).
Hi Mark -
that probably went into a release after the public release, so you’ll have to wait for this until next week.
The feature has been in Rhino 8 a while longer but under the TestHighlightObjectLayers test command name. In the current (internal) releases, this is HighlightObjectLayers.
-wim
it might make sense to have it automatically enabled, meaning whenever you select objects that the linked layers show up. at least, if that causes performance impact, to have it enabled till you deactivated it again if that helps.
I actually would prefer to have it manually activated if needed, because most of the time I click on a layer to highlight a layer I want to often turn on and off. I usually select plenty of 3d objects assigned to other layers and an eventual automatic layer highlight would ruin my workflow, since basically I will lose track on the manually highlighted layer.
One solution to serve everyone’s taste is to make an option so that the users could choose whether the highlight should be automatic or evoked by a command manually.
Hi Bobi, would it make sense to have the area that is to be highlighted be split in a left and right? Left being Objects highlighted and right is later highlighted. —-Mark