Skip to content
Snippets Groups Projects
Commit 69c01cad authored by Clemens Barth's avatar Clemens Barth
Browse files

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.
parent 6e8a752d
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment