This is simply a rewrite of the old angle calculation code. Before, the angle calc code depended on a face. This meant that only angles between edges that were within the same face could be calculated. This left extremely limited possibilities. This, hopefully, is a fix. It improves the code and eliminates dependencies on faces for edge-angle calculation, allowing all selected adjacent edges to have their angles calculated.
Description
Description