From 69c01cad71191de344dbfd66c45640d0ec281bc3 Mon Sep 17 00:00:00 2001 From: Clemens Barth <barth@root-1.de> Date: Fri, 29 Mar 2019 12:08:04 +0100 Subject: [PATCH] Fix: The panel could not be used in the EDIT MODE. T62804 The panel could not be used in the EDIT MODE because I wrongly inserted a 'bl_context = "objectmode"' last time. I removed this line. --- io_mesh_atomic/utility_gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/io_mesh_atomic/utility_gui.py b/io_mesh_atomic/utility_gui.py index a9f7cb6d3..b3741ea47 100644 --- a/io_mesh_atomic/utility_gui.py +++ b/io_mesh_atomic/utility_gui.py @@ -39,7 +39,6 @@ class PANEL_PT_prepare(Panel): bl_space_type = "VIEW_3D" bl_region_type = "UI" bl_options = {'DEFAULT_CLOSED'} - bl_context = "objectmode" bl_category = "Tools" bl_idname = "ATOMIC_PT_utilities" -- GitLab