[Bf-blender-cvs] [32ef77bf0a9] blender2.8: UI: change default modifier name from Subsurf to Subdivision.

Brecht Van Lommel noreply at git.blender.org
Thu Sep 6 12:25:30 CEST 2018


Commit: 32ef77bf0a995db447ad92d4a01e7ed5afcb5349
Author: Brecht Van Lommel
Date:   Wed Sep 5 16:06:00 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB32ef77bf0a995db447ad92d4a01e7ed5afcb5349

UI: change default modifier name from Subsurf to Subdivision.

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

M	source/blender/modifiers/intern/MOD_subsurf.c

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

diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index f1205e4d36b..ae9ffd076f7 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -209,7 +209,7 @@ static Mesh *applyModifier_subdiv(ModifierData *md,
 #endif
 
 ModifierTypeInfo modifierType_Subsurf = {
-	/* name */              "Subsurf",
+	/* name */              "Subdivision",
 	/* structName */        "SubsurfModifierData",
 	/* structSize */        sizeof(SubsurfModifierData),
 	/* type */              eModifierTypeType_Constructive,



More information about the Bf-blender-cvs mailing list