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>2017-01-06 11:29:41 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-01-06 11:29:41 +0300
commitfcf1957db4051c20d7c3ba7635851e402b70bde1 (patch)
tree231ea6f56a8fbb1804745edafe58853ec2712401 /archimesh/__init__.py
parent67e7e5ce0fc62862218b0bf1db24aa064179979f (diff)
fix archimesh panels, default to "Create Tab", quick context object mode only
Diffstat (limited to 'archimesh/__init__.py')
-rw-r--r--archimesh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index d05f59cf..88dc009e 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -151,7 +151,7 @@ class Archi_Pref(AddonPreferences):
category = StringProperty(
name="Tab Category",
description="Choose a name for the category of the panel",
- default="Archimesh",
+ default="Create",
update=update_panel
)