I am trying to write a conditional statement for my script. If the user has one Active Edge Selected, then the script will run. Otherwise it won't.
I know that if I have an active edge, then bm.select_history_active will print something like , index = ... etc). Otherwise it would print either BMFace or BMVert (correct me if I'm wrong).
So how can I check whether the bm.select_history_active is a BMEdge? Thanks!