Commit: a2db5ee3e556956488296e2f08e2dc72fc722bb8 Author: Ujwal Kundur Date: Wed Apr 6 17:05:33 2022 -0500 Branches: temp-T96710-pbvh-pixels https://developer.blender.org/rBa2db5ee3e556956488296e2f08e2dc72fc722bb8
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) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
