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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:48:40 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:48:40 +0300
commit96c695fe029a9fa583fefe3eed961c24b8f7163f (patch)
treefa29c1efc7f5633bc6bcaaa76328d681c1dbdc92 /object_skinify.py
parent1e5ee366261b29d83f094a8e822677405cbfd635 (diff)
object_skinify: move to create tab, prevent tab jumps: T70017
Diffstat (limited to 'object_skinify.py')
-rw-r--r--object_skinify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_skinify.py b/object_skinify.py
index 8bc355c1..241ea34c 100644
--- a/object_skinify.py
+++ b/object_skinify.py
@@ -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'}