Notifications
Clear all

[Closed] Change polygon shade color?

Im looking for a way to shade a selection of polygons such as when you deselect them it still keeps the shading showing your last selection(a toggle button will toggle this mode).
I would like to have this a different color than the selected polys color(which is red).

Where would I start in the help file to find something like this?

1 Reply
1 Reply
(@bobo)
Joined: 1 year ago

Posts: 0

Try gw. struct of functions to draw into the viewports. You could draw all selected faces on top of the geometry using your own code. Note that it might become slow with too many faces…