[Bf-extensions-cvs] [522c2e5] master: remove armature function T45592

Brendon Murphy noreply at git.blender.org
Wed Jul 29 07:48:32 CEST 2015


Commit: 522c2e52f8742042eebd27551b4a886e40ac2b81
Author: Brendon Murphy
Date:   Wed Jul 29 15:48:05 2015 +1000
Branches: master
https://developer.blender.org/rBAC522c2e52f8742042eebd27551b4a886e40ac2b81

remove armature function T45592

===================================================================

M	mesh_extra_tools/__init__.py

===================================================================

diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py
index 6e81de6..350466b 100644
--- a/mesh_extra_tools/__init__.py
+++ b/mesh_extra_tools/__init__.py
@@ -133,9 +133,6 @@ class ExtrudePanel(bpy.types.Panel):
         row = layout.split(0.80)
         row.operator('object.mextrude', text = 'Multi Face Extrude', icon = 'PLUGIN')
         row.operator('help.mextrude', text = '', icon = 'INFO')
-        row = layout.split(0.80)
-        row.operator('object.mesh2bones', text = 'Add Armature', icon = 'PLUGIN')
-        row.operator('help.addarm', text = '', icon = 'INFO')
 
 # Define "Extras" menu
 def menu_func(self, context):



More information about the Bf-extensions-cvs mailing list