Blender Git Loki
Git Commits -> Revision ec97450
Revision ec97450 by Omar Emara (master) March 23, 2021, 07:34 (GMT) |
Curves: add taper mode option Currently, when a taper object is specified, the radius of the spline is ignored. This patch adds a new option to control how the taper object affect the effective radius of the spline. The option allow three modes of operation: - Override: The old method. The radius of the spline is ignored and overridden. - Multiply: The radius of the spline is multiplied by the taper radius. - Add: The radius of the spline is added to the taper radius. Ref D10779 |
Commit Details:
Full Hash: ec97450ac6160a8892a339a746a507e40b7d2fce
Parent Commit: f2f796e
Committed By: Campbell Barton
Lines Changed: +53, -1
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_curve.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_curve_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+16, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+28, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_curve_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+16, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+28, -0) (Diff)