[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3877] contrib/py/scripts/addons/ mesh_extra_tools/__init__.py: changed recalc normals to flip normals in menu

Brendon Murphy meta.androcto1 at gmail.com
Mon Oct 22 11:05:20 CEST 2012


Revision: 3877
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3877
Author:   meta-androcto
Date:     2012-10-22 09:05:19 +0000 (Mon, 22 Oct 2012)
Log Message:
-----------
changed recalc normals to flip normals in menu

Modified Paths:
--------------
    contrib/py/scripts/addons/mesh_extra_tools/__init__.py

Modified: contrib/py/scripts/addons/mesh_extra_tools/__init__.py
===================================================================
--- contrib/py/scripts/addons/mesh_extra_tools/__init__.py	2012-10-21 12:45:23 UTC (rev 3876)
+++ contrib/py/scripts/addons/mesh_extra_tools/__init__.py	2012-10-22 09:05:19 UTC (rev 3877)
@@ -124,7 +124,7 @@
         row.operator('object.mextrude', text = 'Multi Face Extrude')
         row.operator('help.mextrude', text = '?')
         row = layout.split(0.50)
-        row.operator('mesh.normals_make_consistent', text = 'Normals Recalc')
+        row.operator('mesh.flip_normals', text = 'Normals Flip')
         row.operator('mesh.remove_doubles', text = 'Remove Doubles')
 
 



More information about the Bf-extensions-cvs mailing list