[Bf-blender-cvs] [f16033c0f57] master: Fix T91541: Naming of Freestyle Curvature 3D modifier

Ujwal Kundur noreply at git.blender.org
Thu Apr 7 00:05:48 CEST 2022


Commit: f16033c0f578b2269012865f18080cdd2b7b582b
Author: Ujwal Kundur
Date:   Wed Apr 6 17:05:33 2022 -0500
Branches: master
https://developer.blender.org/rBf16033c0f578b2269012865f18080cdd2b7b582b

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

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

M	source/blender/blenkernel/intern/linestyle.c

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

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)



More information about the Bf-blender-cvs mailing list