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:
authorClemens Barth <barth@root-1.de>2019-03-29 14:08:04 +0300
committerClemens Barth <barth@root-1.de>2019-03-29 14:11:31 +0300
commit69c01cad71191de344dbfd66c45640d0ec281bc3 (patch)
tree5e5e499e4f89ba74029de5c54364388817062fa9 /io_mesh_atomic
parent6e8a752d6ed9c58d38ff80fbf05e0dcdb6f6d210 (diff)
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.
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"