[Bf-extensions-cvs] [ce451e6] master: Add Looptools to 'Tools' Tab

Jonathan Williamson noreply at git.blender.org
Sun Feb 2 18:13:56 CET 2014


Commit: ce451e68b5eb51c4dbc420ed45ec8ad71ffa16bf
Author: Jonathan Williamson
Date:   Sat Feb 1 11:11:09 2014 -0600
https://developer.blender.org/rBAce451e68b5eb51c4dbc420ed45ec8ad71ffa16bf

Add Looptools to 'Tools' Tab

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

M	mesh_looptools.py

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

diff --git a/mesh_looptools.py b/mesh_looptools.py
index 8e8621b..cdbc26f 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -3970,6 +3970,7 @@ class VIEW3D_MT_edit_mesh_looptools(bpy.types.Menu):
 class VIEW3D_PT_tools_looptools(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Tools'
     bl_context = "mesh_edit"
     bl_label = "LoopTools"
     bl_options = {'DEFAULT_CLOSED'}



More information about the Bf-extensions-cvs mailing list