object_skinify: move to create tab, prevent tab jumps: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 16:48:40 +10:00
parent 1e5ee36626
commit 96c695fe02
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bl_info = {
"author": "Albert Makac (karab44)",
"version": (0, 11, 0),
"blender": (2, 80, 0),
"location": "Pose Mode > Sidebar > Object Tab",
"location": "Pose Mode > Sidebar > Create Tab",
"description": "Creates a mesh object from selected bones",
"warning": "Work in progress",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
@ -674,7 +674,7 @@ class BONE_OT_custom_shape(Operator):
class BONE_PT_custom_shape(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_category = "Object"
bl_category = "Create"
# bl_context = "bone"
bl_label = "Skinify Rig"
bl_options = {'DEFAULT_CLOSED'}