Merge remote-tracking branch 'origin/blender-v2.83-release'

This commit is contained in:
Sybren A. Stüvel 2020-05-19 12:59:24 +02:00
commit ea8443d996
3 changed files with 4 additions and 4 deletions

View File

@ -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):

View File

@ -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'

View File

@ -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):