Skip to content
Snippets Groups Projects
Commit 1e5ee366 authored by meta-androcto's avatar meta-androcto
Browse files

object_skinify: close panel, update bl_info location: T70017

parent b168e425
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment