object_mesh_versions: fix missing tab category: T70017

This commit is contained in:
meta-androcto
2019-09-21 13:29:42 +10:00
parent 1f5742c3c4
commit 7374d34f8b

View File

@ -114,6 +114,7 @@ class KTXMESHVERSIONS_PT_mainPanel(bpy.types.Panel):
bl_idname = "KTXMESHVERSIONS_PT_mainPanel"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'Object'
def draw(self, context):
scene = context.scene