Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-05 17:06:00 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-06 12:49:26 +0300
commit32ef77bf0a995db447ad92d4a01e7ed5afcb5349 (patch)
treeea77f926f5e970548308f6cf1b9ba641f952147f
parent6a2305191f7b7deaec3d039f792584c57330c9b2 (diff)
UI: change default modifier name from Subsurf to Subdivision.
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c2
1 files changed, 1 insertions, 1 deletions
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,