From 289b2de73bae908fda2fb193629f59fae19407f1 Mon Sep 17 00:00:00 2001 From: Ujwal Kundur Date: Wed, 6 Apr 2022 17:05:33 -0500 Subject: Fix T91541: Naming of Freestyle Curvature 3D modifier Change the modifier name in the modifier stack to "Curvature 3D" to be consistent with the modifier name in the drop-down. Differential Revision: https://developer.blender.org/D14476 --- source/blender/blenkernel/intern/linestyle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/blenkernel/intern/linestyle.c b/source/blender/blenkernel/intern/linestyle.c index bbcc886f3ff..c0eb1955fdf 100644 --- a/source/blender/blenkernel/intern/linestyle.c +++ b/source/blender/blenkernel/intern/linestyle.c @@ -784,7 +784,7 @@ static const char *modifier_name[LS_MODIFIER_NUM] = { "Noise", "Crease Angle", "Simplification", - "3D Curvature", + "Curvature 3D", }; void BKE_linestyle_init(FreestyleLineStyle *linestyle) -- cgit v1.2.3