[Bf-extensions-cvs] [2a036efa] master: mesh_selectbuffer: fix category, panel and context: T70017

meta-androcto noreply at git.blender.org
Thu Sep 19 10:56:22 CEST 2019


Commit: 2a036efaf3cbb63cfba2923360fa859140d719b0
Author: meta-androcto
Date:   Thu Sep 19 18:56:01 2019 +1000
Branches: master
https://developer.blender.org/rBAC2a036efaf3cbb63cfba2923360fa859140d719b0

mesh_selectbuffer: fix category, panel and context: T70017

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

M	mesh_selectbuffer.py

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

diff --git a/mesh_selectbuffer.py b/mesh_selectbuffer.py
index bad6ce58..6def99c7 100644
--- a/mesh_selectbuffer.py
+++ b/mesh_selectbuffer.py
@@ -31,7 +31,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://github.com/kostex/blenderscripts/",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-    "category": "3D View"}
+    "category": "Mesh"}
 
 
 class Oldbuffer:
@@ -96,6 +96,8 @@ class KTXSELECTBUFFER_PT_Panel(bpy.types.Panel):
     bl_idname = "KTXSELECTBUFFER_PT_Panel"
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'UI'
+    bl_category = 'Edit'
+    bl_context = "mesh_edit"
 
     def draw(self, context):
         obj = bpy.context.object



More information about the Bf-extensions-cvs mailing list