>doing some procedural mesh stuff
>would like to add a bevel to a shape
>I wonder how I could do that
>I'll look at blender's source code since they have a bevelmodifier
>blender/source/blender/bmesh/tools/bmesh_bevel.cc
>its 8103 lines of code
I'm sure I can do this more simply.