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.
This commit is contained in:
Clemens Barth 2019-03-29 12:08:04 +01:00
parent 6e8a752d6e
commit 69c01cad71
1 changed files with 0 additions and 1 deletions

View File

@ -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"