[Bf-extensions-cvs] [69c01cad] master: Fix: The panel could not be used in the EDIT MODE. T62804

Clemens Barth noreply at git.blender.org
Fri Mar 29 12:11:32 CET 2019


Commit: 69c01cad71191de344dbfd66c45640d0ec281bc3
Author: Clemens Barth
Date:   Fri Mar 29 12:08:04 2019 +0100
Branches: master
https://developer.blender.org/rBA69c01cad71191de344dbfd66c45640d0ec281bc3

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.

===================================================================

M	io_mesh_atomic/utility_gui.py

===================================================================

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"



More information about the Bf-extensions-cvs mailing list