Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:11:09 +0400
committerJonathan Williamson <jonathan@cgcookie.com>2014-02-01 21:11:09 +0400
commitce451e68b5eb51c4dbc420ed45ec8ad71ffa16bf (patch)
tree94e086e16026a87cc1e8b4188855be68c7e1d58f /mesh_looptools.py
parent0f8c14facadd7769464d479f30259fd5b3f07d7d (diff)
Add Looptools to 'Tools' Tab
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 8e8621ba..cdbc26fd 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'}