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:
authorLuca Bonavita <mindrones@gmail.com>2010-08-29 21:12:09 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-08-29 21:12:09 +0400
commitcbb127b148c9eaa5fe18580338555c2987b00ecd (patch)
tree0878c299e5637b01c5f35bc1f9e75afa0288a879 /system_blend_info.py
parent352d177694d2b6c0f4e26f92968441ac49a1f3d5 (diff)
- renamed system_smart_line_break.py -> text_editor_smart_line_break.py
- some conforming [[Split portion of a mixed commit.]]
Diffstat (limited to 'system_blend_info.py')
-rw-r--r--system_blend_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system_blend_info.py b/system_blend_info.py
index fafe99b9..2c186b83 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,11 +25,11 @@ bl_addon_info = {
"author": "uselessdreamer",
"version": "0.3",
"blender": (2, 5, 3),
- "location": "Object Properties > Scene",
+ "location": "Properties space > Scene tab > Blend Info panel",
"description": "Show information about the .blend",
"warning": "",
"wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/',
+ 'Scripts/System/Blend Info',
"tracker_url": "https://projects.blender.org/tracker/index.php?" \
"func=detail&aid=22102&group_id=153&atid=469",
"category": "System"}