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
path: root/rigify
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-05-19 13:59:24 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2020-05-19 13:59:24 +0300
commitea8443d99662484559eea4e74dc376bae07e409e (patch)
tree074edd72d14638bd98559ac564cebe0cc9f903ee /rigify
parenta5933c8eaba83bdf81d1bd824a9a117bfe16591c (diff)
parent9a9832d5d7fe61a446516f2e2722f8356bd7e709 (diff)
Merge remote-tracking branch 'origin/blender-v2.83-release'
Diffstat (limited to 'rigify')
-rw-r--r--rigify/legacy/ui.py2
-rw-r--r--rigify/rot_mode.py2
-rw-r--r--rigify/ui.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/rigify/legacy/ui.py b/rigify/legacy/ui.py
index 1cc0c0eb..5bd47b7f 100644
--- a/rigify/legacy/ui.py
+++ b/rigify/legacy/ui.py
@@ -202,7 +202,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):
diff --git a/rigify/rot_mode.py b/rigify/rot_mode.py
index 6ea9f241..7487a1ea 100644
--- a/rigify/rot_mode.py
+++ b/rigify/rot_mode.py
@@ -225,7 +225,7 @@ convert = convert()
class VIEW3D_PT_rigify_rot_mode(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
- bl_category = 'View'
+ bl_category = 'Rigify'
bl_context = "posemode"
bl_label = 'Rigify Quat/Euler Converter'
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):