[Bf-extensions-cvs] [7374d34f] master: object_mesh_versions: fix missing tab category: T70017

meta-androcto noreply at git.blender.org
Sat Sep 21 05:30:03 CEST 2019


Commit: 7374d34f8b575f3487c0da29f957d0b430d35a2b
Author: meta-androcto
Date:   Sat Sep 21 13:29:42 2019 +1000
Branches: master
https://developer.blender.org/rBAC7374d34f8b575f3487c0da29f957d0b430d35a2b

object_mesh_versions: fix missing tab category: T70017

===================================================================

M	object_mesh_versions.py

===================================================================

diff --git a/object_mesh_versions.py b/object_mesh_versions.py
index f7a458d1..e0fbf872 100644
--- a/object_mesh_versions.py
+++ b/object_mesh_versions.py
@@ -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



More information about the Bf-extensions-cvs mailing list