5 Commits

Author SHA1 Message Date
7501d46648 Need in include of the math vector types. 2023-03-11 16:39:56 -05:00
12263df09f Merge branch 'main' into bevelv2
Had to change use of MVert in MeshDelta to float3 positions,
as well as a couple other things due to some internal API changes.
2023-03-05 17:01:24 -05:00
2ce0bb1358 Better comments and fixing implicit precision conversion warnings. 2022-11-12 14:16:47 -05:00
845d525099 Add slope parameter to mesh_inset and use that in face bevel. 2022-09-14 18:04:46 -04:00
3b2bc5d146 Added a mesh_inset Blenlib function.
Based on python code from Henrik Dick, this libray function
calculates a Straight Skeleton, and hence, deals properly
with cases where the advancing inset geometry would overlap
or pass through opposite edges. It still needs work but the
basic tests pass.
This function will be used for edge and face bevels but is
not yet hooked up for that.
2022-09-08 10:04:20 -04:00