mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-21 23:47:35 +00:00
object_mesh_versions: fix missing tab category: T70017
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user