GSoC 2018 - Bevel Improvements

Bevel extrusion from selected face.
Or
Bevel protruding connected edges from selected face.

Operation order: Extrude > Bevel
A conditional statement should work.

  • If (Extrude = True)
  • Then Bevel (whatever the pointer/extruded data location is)
  • Else Bevel (whatever the pointer/selected data location is)
  • End if

Adding a highlight of the data being beveled could work similarly.

Maybe the following maybe of some interest;