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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 03:03:52 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 03:03:52 +0300
commit05d255a46250e2a0533171971bf54bae78596b6a (patch)
tree2083a48d99ea62227f87adf6f0ad89addf96ab00 /add_curve_ivygen.py
parentf4dabc29ff49a58ac8c4ebcd90d77d1709ec464a (diff)
add_curve_ivygen: disable panel in edit mode: T70017
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 8fefeb65..6359b7fb 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -604,6 +604,7 @@ class CURVE_PT_IvyGenPanel(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_category = "Create"
+ bl_context = "objectmode"
bl_options = {"DEFAULT_CLOSED"}
def draw(self, context):