b3dsdf v0.2.0
Now over 65+ nodes! (66 as of this writing) This is mostly a minor update with cosmetic changes here and there, menu reordering(SDF operators) and a couple more nodes.
Changes π
- Exposed SDF value fields for operators
- 282b6e8 Names the
Control Point
socket forsdBezier
over justPoint
on all sockets - 44c275d Renamed
Subtraction
toDifference
- 2cd8cde Shorten
Intersection
toIntersect
- e111eab Minor cosmetic changes in menu (adds separators via json)
New β¨
- 77be6de new
sdEllipseNewton
node (Contributed By @GelamiSalami) - e58386b new
opPolar
node (Follows D6464)
- a0356a3 c84f941 new SDF operators:
opUnionSoft
opIntersectRound
opDifferenceRound
more details on these operators (originally adapted fromfOpUnionSoft
,fOpIntersectionRound
andfOpDifferenceRound
) can be found here