[Bf-extensions-cvs] [adc1299] master: remove object mode multi extrude panel

meta-androcto noreply at git.blender.org
Thu Oct 22 02:24:47 CEST 2015


Commit: adc129917ecfba0a06932c1585931f5fecff6195
Author: meta-androcto
Date:   Thu Oct 22 11:24:11 2015 +1100
Branches: master
https://developer.blender.org/rBACadc129917ecfba0a06932c1585931f5fecff6195

remove object mode multi extrude panel

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

M	mesh_extra_tools/__init__.py

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

diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py
index b73ebcd..41de6d9 100644
--- a/mesh_extra_tools/__init__.py
+++ b/mesh_extra_tools/__init__.py
@@ -118,22 +118,6 @@ class ExtrasPanel(bpy.types.Panel):
         row.operator('mesh.flip_normals', text = 'Normals Flip')
         row.operator('mesh.remove_doubles', text = 'Remove Doubles')
 
-
-# Multi Extrude Panel
-
-class ExtrudePanel(bpy.types.Panel):
-    bl_label = 'Multi Extrude Plus'
-    bl_space_type = 'VIEW_3D'
-    bl_region_type = 'TOOLS'
-    bl_category = 'Tools'
-    bl_options = {'DEFAULT_CLOSED'}
-
-    def draw(self, context):
-        layout = self.layout
-        row = layout.split(0.80)
-        row.operator('object.mextrude', text = 'Multi Face Extrude', icon = 'PLUGIN')
-        row.operator('help.mextrude', text = '', icon = 'INFO')
-
 # Define "Extras" menu
 def menu_func(self, context):
     self.layout.menu('VIEW3D_MT_edit_mesh_extras', icon='PLUGIN')



More information about the Bf-extensions-cvs mailing list