Is there a way to have multiple display modes on different layer groups in one viewport?

Is there a way to have one layer group displayed as say: Shaded, and another layer group that is simultaneously visible in the viewport to be displayed as: Wireframe?

You can’t do this by layer, but you can do it by object with SetObjectDisplayMode. So you could perhaps group your objects and set display modes per group. This is a per-viewport setting, only affects one viewport at a time.

–Mitch

1 Like

Fantastic! I never knew such a command existed! That is great! Thanks Helvetosaur.

Wow, that’s a huge help for me and I had no idea it was even possible, thanks!