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:43:29 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:43:29 +0300
commit1e5ee366261b29d83f094a8e822677405cbfd635 (patch)
tree400735716fb6756d279376b2c9f6223ae9289786 /object_skinify.py
parentb168e425f8c1cdd4718780e7ab8111515fdea987 (diff)
object_skinify: close panel, update bl_info location: T70017
Diffstat (limited to 'object_skinify.py')
-rw-r--r--object_skinify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/object_skinify.py b/object_skinify.py
index a292512f..8bc355c1 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": "Properties > Bone > Skinify Rig (visible on pose mode only)",
+ "location": "Pose Mode > Sidebar > Object Tab",
"description": "Creates a mesh object from selected bones",
"warning": "Work in progress",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
@@ -677,6 +677,7 @@ class BONE_PT_custom_shape(Panel):
bl_category = "Object"
# bl_context = "bone"
bl_label = "Skinify Rig"
+ bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):