[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22177] branches/blender2.5/blender/source /blender/makesrna/intern/rna_modifier.c: Renamed Subsurf > Subdivision Surface

joe joeedh at gmail.com
Tue Aug 4 02:09:49 CEST 2009


I'd suggest "Subdivision Surface (Subsurf)".  The problem is so many
blender people use the word "subsurf", that it seems bound to cause
quite a lot of confusion for new users.

Joe

On Mon, Aug 3, 2009 at 7:46 AM, William Reynish<william at reynish.com> wrote:
> Revision: 22177
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22177
> Author:   billrey
> Date:     2009-08-03 15:46:45 +0200 (Mon, 03 Aug 2009)
>
> Log Message:
> -----------
> Renamed Subsurf > Subdivision Surface
> Multires > Multiresolution
>
> The term 'Subsurf' was really confusing, because of the similar term Subsurface Scattering, meaning something completely different. Additionally, the prefix 'sub' (meaning 'lower' or 'under'), as well as the word 'surf' (meaning water foam / a water sport) really mean completely different things on their own, making 'subsurf' a terrible abbreviation.
>
> Modified Paths:
> --------------
>    branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c
>
> Modified: branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c
> ===================================================================
> --- branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c   2009-08-03 13:39:33 UTC (rev 22176)
> +++ branches/blender2.5/blender/source/blender/makesrna/intern/rna_modifier.c   2009-08-03 13:46:45 UTC (rev 22177)
> @@ -62,7 +62,7 @@
>        {eModifierType_Mask, "MASK", ICON_MOD_MASK, "Mask", ""},
>        {eModifierType_MeshDeform, "MESH_DEFORM", ICON_MOD_MESHDEFORM, "Mesh Deform", ""},
>        {eModifierType_Mirror, "MIRROR", ICON_MOD_MIRROR, "Mirror", ""},
> -       {eModifierType_Multires, "MULTIRES", ICON_MOD_MULTIRES, "Multires", ""},
> +       {eModifierType_Multires, "MULTIRES", ICON_MOD_MULTIRES, "Multiresolution", ""},
>        {eModifierType_ParticleInstance, "PARTICLE_INSTANCE", ICON_MOD_PARTICLES, "Particle Instance", ""},
>        {eModifierType_ParticleSystem, "PARTICLE_SYSTEM", ICON_MOD_PARTICLES, "Particle System", ""},
>        {eModifierType_Shrinkwrap, "SHRINKWRAP", ICON_MOD_SHRINKWRAP, "Shrinkwrap", ""},
> @@ -70,7 +70,7 @@
>        {eModifierType_Smoke, "SMOKE", 0, "Smoke", ""},
>        {eModifierType_Smooth, "SMOOTH", ICON_MOD_SMOOTH, "Smooth", ""},
>        {eModifierType_Softbody, "SOFTBODY", ICON_MOD_SOFT, "Soft Body", ""},
> -       {eModifierType_Subsurf, "SUBSURF", ICON_MOD_SUBSURF, "Subsurf", ""},
> +       {eModifierType_Subsurf, "SUBSURF", ICON_MOD_SUBSURF, "Subdivision Surface", ""},
>        {eModifierType_Surface, "SURFACE", ICON_MOD_PHYSICS, "Surface", ""},
>        {eModifierType_UVProject, "UV_PROJECT", ICON_MOD_UVPROJECT, "UV Project", ""},
>        {eModifierType_Wave, "WAVE", ICON_MOD_WAVE, "Wave", ""},
>
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>


More information about the Bf-committers mailing list