Can layer colors have transparency/

It would be useful to have some objects in a ghosted like mode while modeling other parts in wire or even shaded. Is it possible to make objects on a layer translucent?

1 Like

I think ShadeSelected is the closest you can get to this.

you can also set up a custom display mode that is similar to shaded view but uses rendered materials - this will allow you to set some layers as transparent and others as opaque.

1 Like

Try what @andheum said, plus
_SetObjectDisplayMode

http://docs.mcneel.com/rhino/5/help/en-us/commands/setobjectdisplaymode.htm

Or apply a transparent material to the layer and use ‘SetObjectDisplayMode’ to render for the objects on that layer…

1 Like

Hmm…

I’m not seeing a way to do this in the Mac vesion.

The viewport display mode needs to be Rendered to see the materials- is that what you have set?

-Pascal

I figured out the transparency would take effect if I rendered. But What I want to do is have a layer that I can place objects on that will display them in ghosted mode whle other layers I’m working with display objects in shaded.

James, this command does exactly what you want… assuming Mac has it?

1 Like

Oh, now I got it. I thought the command was applied to a layer. Thanks.