Skip to main content

All Questions

Tagged with
0 votes
1 answer
313 views

How to highlight a polygon or a vertex under the pointer in Python?

I am trying to figure out how to highlight a polygon or a vertex that could be under the mouse pointer in Python for 2.80. The highlighting is just a visual indication. I realize that I will be ...
yarun can's user avatar
  • 428
2 votes
0 answers
275 views

Limit selection to visible doesn't work properly

I made a realistic aborygen bust portrait and wanted to make an OpenGL viewport render of it. But when I zoom out from the object the wireframe of the eyeball is getting more and more visible. I want ...
Paul Gonet's user avatar
  • 33.4k