From b81810cfb648f405a324b921adbfc3199649640d Mon Sep 17 00:00:00 2001 From: Dimitar P Date: Wed, 15 Jan 2020 20:49:17 +0000 Subject: [PATCH] updated for N sidebar changed category and so the addon appears in the right place in 2.8+ --- jv_panel.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jv_panel.py b/jv_panel.py index 4829c4c..10213f6 100644 --- a/jv_panel.py +++ b/jv_panel.py @@ -14,12 +14,13 @@ from bpy.types import Panel from . jv_types import get_object_type_handler - +#updated for 2.8 UI menu class JVPanel(Panel): bl_idname = "OBJECT_PT_jv_panel" bl_label = "JARCH Vis" bl_space_type = "VIEW_3D" - bl_region_type = "TOOLS" + bl_region_type = "UI" + bl_category="JARCH Vis" jv_add_operators = [ ("flooring", "Add Flooring", "MESH_GRID"),