[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54893] trunk/blender/release/scripts/ startup/bl_ui/space_view3d.py: Grmlll... *Always* check before commit, even on such simple things! (Fix for own mistake in previous commit).

Bastien Montagne montagne29 at wanadoo.fr
Wed Feb 27 00:12:42 CET 2013


Revision: 54893
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54893
Author:   mont29
Date:     2013-02-26 23:12:42 +0000 (Tue, 26 Feb 2013)
Log Message:
-----------
Grmlll... *Always* check before commit, even on such simple things! (Fix for own mistake in previous commit).

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_view3d.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2013-02-26 23:08:42 UTC (rev 54892)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2013-02-26 23:12:42 UTC (rev 54893)
@@ -209,7 +209,7 @@
         layout.operator("object.origin_set", text="Geometry to Origin").type = 'GEOMETRY_ORIGIN'
         layout.operator("object.origin_set", text="Origin to Geometry").type = 'ORIGIN_GEOMETRY'
         layout.operator("object.origin_set", text="Origin to 3D Cursor").type = 'ORIGIN_CURSOR'
-        layout.operator("object.origin_set", text="Origin to Center of Mass").type = 'ORIGIN_TO_CENTER_OF_MASS'
+        layout.operator("object.origin_set", text="Origin to Center of Mass").type = 'ORIGIN_CENTER_OF_MASS'
         layout.separator()
 
         layout.operator("object.randomize_transform")




More information about the Bf-blender-cvs mailing list