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:
-rw-r--r--rigify/legacy/ui.py4
-rw-r--r--rigify/rot_mode.py4
-rw-r--r--rigify/ui.py8
3 files changed, 8 insertions, 8 deletions
diff --git a/rigify/legacy/ui.py b/rigify/legacy/ui.py
index 2671108b..f04ec335 100644
--- a/rigify/legacy/ui.py
+++ b/rigify/legacy/ui.py
@@ -200,9 +200,9 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
- bl_category = 'Tools'
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
+ bl_region_type = 'UI'
+ bl_category = 'View'
@classmethod
def poll(cls, context):
diff --git a/rigify/rot_mode.py b/rigify/rot_mode.py
index 8129040b..9abfecea 100644
--- a/rigify/rot_mode.py
+++ b/rigify/rot_mode.py
@@ -223,8 +223,8 @@ convert = convert()
class ToolsPanel(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
- bl_category = "Tools"
+ bl_region_type = 'UI'
+ bl_category = 'View'
bl_context = "posemode"
bl_label = 'Rigify Quat/Euler Converter'
diff --git a/rigify/ui.py b/rigify/ui.py
index 2effb58f..77398ff0 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -633,9 +633,9 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
- bl_category = 'Tools'
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
+ bl_region_type = 'UI'
+ bl_category = 'View'
@classmethod
def poll(cls, context):
@@ -657,10 +657,10 @@ class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
class VIEW3D_PT_rigify_animation_tools(bpy.types.Panel):
bl_label = "Rigify Animation Tools"
- bl_category = 'Tools'
bl_context = "posemode"
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
+ bl_region_type = 'UI'
+ bl_category = 'View'
@classmethod
def poll(cls, context):