Hi!
I’ve been working on my addon for several weeks.
One of the functions of my addon is to automatically select sharp edges. To understand it better, I will describe it using the “similar” function (shift + G).
If I have three sharp edges marked on the grid (blue color), then by clicking on one sharp edge and selecting the “similar” function, all three sharp edges will light up for me.
At this point my addon marks all sharp edge n all over the object active (blue) and inactive.
I have been trying to solve this problem for several days:
How to write code so that ONLY the active (blue) sharp edge is marked.
The “simmilar” option has one drawback. For it to work, I must first select (click) one of the sharp edge.
I want addon to automatically mark active sharp edges.
Someone can help me?