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
This commit is contained in:
Ujwal Kundur 2022-04-06 17:05:33 -05:00 committed by Hans Goudey
parent 77ae30517f
commit f16033c0f5
Notes: blender-bot 2023-02-14 08:42:54 +01:00
Referenced by issue #91541, Freestyle Modifer - curvature 3d versus 3d curvature
1 changed files with 1 additions and 1 deletions

View File

@ -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)