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:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-05-15 16:20:08 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2020-05-19 13:47:53 +0300
commit9a9832d5d7fe61a446516f2e2722f8356bd7e709 (patch)
tree4fb6616f9e47aefb0145a89bbae4d5d5ba0b66fb /rigify/ui.py
parente46831e1529db13c3d38e38f52f2c8c2228c941f (diff)
Fix T76652 Rigify's Quat/Euler Converter is wrongly put in the "view" panel instead of tools.
Diffstat (limited to 'rigify/ui.py')
-rw-r--r--rigify/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index 005aed80..f8491d86 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -624,7 +624,7 @@ class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
- bl_category = 'View'
+ bl_category = 'Rigify'
@classmethod
def poll(cls, context):
@@ -653,7 +653,7 @@ class VIEW3D_PT_rigify_animation_tools(bpy.types.Panel):
bl_context = "posemode"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
- bl_category = 'View'
+ bl_category = 'Rigify'
@classmethod
def poll(cls, context):