[Bf-extensions-cvs] [d1d2676] master: [UV Utility] the addon is added to Tools Tab.

mifth noreply at git.blender.org
Sun Mar 16 10:20:18 CET 2014


Commit: d1d26765afbe7440ace28b088664c6b3b5bdfa7d
Author: mifth
Date:   Sun Mar 16 13:20:08 2014 +0400
https://developer.blender.org/rBACd1d26765afbe7440ace28b088664c6b3b5bdfa7d

[UV Utility] the addon is added to Tools Tab.

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

M	uv_utility.py

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

diff --git a/uv_utility.py b/uv_utility.py
index 767017a..46f3125 100644
--- a/uv_utility.py
+++ b/uv_utility.py
@@ -21,7 +21,7 @@ bl_info = {
     "name": "UV Utility",
     "author": "Paul Geraskin",
     "version": (0, 1),
-    "blender": (2, 69, 0),
+    "blender": (2, 70, 0),
     "location": "View3D > ToolBar",
     "description": "Change Index Of UVMap.",
     "wiki_url": "",
@@ -43,6 +43,10 @@ from bpy.props import (IntProperty,
 class UV_IC_Panel():
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Tools'
+    bl_label = "UV Utility"
+    bl_context = "objectmode"
+    bl_options = {'DEFAULT_CLOSED'}
 
 
 class UV_IC_TexIndex(PropertyGroup):



More information about the Bf-extensions-cvs mailing list