Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_mesh_atomic')
-rw-r--r--io_mesh_atomic/utility_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_mesh_atomic/utility_gui.py b/io_mesh_atomic/utility_gui.py
index a9f7cb6d..b3741ea4 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"