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 09:57:50 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:57:50 +0300
commit245d0134cfed3351360d8fe6e36af71140809950 (patch)
treec21f057abfaa35ce82cfa1d2724ca6922d3fee0b /system_demo_mode
parent96c695fe029a9fa583fefe3eed961c24b8f7163f (diff)
system addons, close panels by default: T70017
Diffstat (limited to 'system_demo_mode')
-rw-r--r--system_demo_mode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index b07da919..dee808a2 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Demo Mode",
"author": "Campbell Barton",
"blender": (2, 80, 0),
- "location": "Demo Menu",
+ "location": "File > Demo Menu",
"description": "Demo mode lets you select multiple blend files and loop over them.",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"