[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24964] trunk/blender/source/blender/ editors/object/object_transform.c: Rename 'Object Center' to 'Centroid'.

Erwin Coumans erwin.coumans at gmail.com
Sat Nov 28 15:06:16 CET 2009


-1

Centroid is not as clear as Object Center.

On Nov 28, 2009, at 4:04, Thomas Dinges <dingto at gmx.de> wrote:

> Hey William,
> easier to understand? I prefer Center. This is easier to  
> understand! ;-)
>
> So -1 on that.
>
> And there is a small typo:
>
> ObData to Centroi"D"
>
> Regards,
> Thomas
>
>
>
>
> Am 28.11.2009 12:34, schrieb William Reynish:
>> Revision: 24964
>>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24964
>> Author:   billrey
>> Date:     2009-11-28 12:34:04 +0100 (Sat, 28 Nov 2009)
>>
>> Log Message:
>> -----------
>> Rename 'Object Center' to 'Centroid'. This makes the Center/Center  
>> Cursor etc popup menu much easier to understand.
>>
>> Modified Paths:
>> --------------
>>     trunk/blender/source/blender/editors/object/object_transform.c
>>
>> Modified: trunk/blender/source/blender/editors/object/ 
>> object_transform.c
>> ===================================================================
>> --- trunk/blender/source/blender/editors/object/ 
>> object_transform.c    2009-11-28 11:32:09 UTC (rev 24963)
>> +++ trunk/blender/source/blender/editors/object/ 
>> object_transform.c    2009-11-28 11:34:04 UTC (rev 24964)
>> @@ -695,9 +695,9 @@
>>  /********************* Set Object Center ************************/
>>
>>  static EnumPropertyItem prop_set_center_types[] = {
>> -    {0, "CENTER", 0, "ObData to Center", "Move object data around  
>> Object center"},
>> -    {1, "CENTER_NEW", 0, "Center New", "Move Object center to  
>> center of object data"},
>> -    {2, "CENTER_CURSOR", 0, "Center Cursor", "Move Object Center  
>> to position of the 3d cursor"},
>> +    {0, "CENTER", 0, "ObData to Centroi", "Move object data to  
>> Object centroid"},
>> +    {1, "CENTER_NEW", 0, "Centroid to ObData", "Move Object  
>> centroid to center of object data"},
>> +    {2, "CENTER_CURSOR", 0, "Centroid to 3D Cursor", "Move Object  
>> centroid to position of the 3d cursor"},
>>      {0, NULL, 0, NULL, NULL}
>>  };
>>
>>
>>
>> _______________________________________________
>> Bf-blender-cvs mailing list
>> Bf-blender-cvs at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>>
>>
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list