[Bf-blender-cvs] [320d158c31f] soc-2021-curve-fillet: Basoc Curve Fillet node implementation

dilithjay noreply at git.blender.org
Tue Aug 3 16:42:26 CEST 2021


Commit: 320d158c31fe2cd8f296c63be54d605de7f64441
Author: dilithjay
Date:   Tue Aug 3 17:26:25 2021 +0530
Branches: soc-2021-curve-fillet
https://developer.blender.org/rB320d158c31fe2cd8f296c63be54d605de7f64441

Basoc Curve Fillet node implementation

Basic Curve Fillet node implementation

Merge branch 'soc-2021-curve-fillet' of git.blender.org:blender into soc-2021-curve-fillet

Fixed issue with incorrect radius for fillet

Radius can now accept builtin attributes as well

Cleanup: Refactored fillet code

Added support for multiple resolution curve fillet segments

Added curve fillet support for Poly Splines

Fixed error with accessing empty optional variable

Merge branch 'master' into soc-2021-curve-fillet

Fixed two warnings on curve fillet code

Merge branch 'master' into soc-2021-curve-fillet

Cleanup: Commenting and minor refactoring

Specified function arguments as const

Curve fillet support for non-vector handles

Cleanup: Comment formatting fix

Merge branch 'master' into soc-2021-curve-fillet

Added curve fillet support for NURBS curves (temp)

Cleanup: Renoved redundant spline type check.

Merge branch 'master' into soc-2021-curve-fillet

Added option to avoid overlap of curve fillet

Merge branch 'master' into soc-2021-curve-fillet

Improved limit radius algorithm in curve fillet

Improved limit radius behavior in curve fillet

Merge branch 'master' into soc-2021-curve-fillet

Merge branch 'master' into soc-2021-curve-fillet

Differential Revision: https://developer.blender.org/D12115

===================================================================



===================================================================





More information about the Bf-blender-cvs mailing list