If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Announcement
Collapse
No announcement yet.
Interactive Viewport and custom object display mode
The idea behind SetObjectDisplayMode is to override the viewport display options.
Because of that (at first glance) it seems there is nothing we can do about that.
I hope you don't understand me wrong - I don't want the object mode ignored, I expect that the hidden parts of the window stay hidden. At the moment the lines of the object mode are like a overlay over the whole scene. On the other side - it could be nice to have an option that the V-Ray render display ignore all user set object modes.
You are quite right - the object outline is exactly an overlay over the entire scene. The "scene" image is drawn by us, and the overlay lines are drawn by the Rhino display pipeline.
Rhino draws its viewport in a multi-phase manner. There are several stages it goes through and the "scene" image we provide is just one of them. There are number of overlays above - incl. gizmos, selection highlighting, gumballs, etc.
We cannot ignore them, because we do not draw them - it is Rhino that does it.
However you have certain control on what to be drawn in given display mode. In the settings panel you can switch on/off certain attributes. Here I switched on the object edges, and the V-Ray image now resembles the wireframe display override
To achieve what you want you can simply override the "rendered" display mode, so it does not draw things you don't want in ANY other display mode
That being said you can create your own display mode, set it up the way it pleases you and use it on your the objects you want.
I found no way to get no outlines of objects with a custom object display mode. Maybe you could discuss it with the McNeel team. The custom object mode is good for the Rhino standard viewport modes and it could be nice to be able to ignore this object modes for V-Ray interactive.
Comment