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:
authorCampbell Barton <ideasman42@gmail.com>2011-08-24 17:14:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-24 17:14:30 +0400
commita926a2b9838fc604d4dac07f9f3a79154fdc7763 (patch)
treea28e192f523c4985dcd4a482de8520105188f8be /object_grease_scatter.py
parent8f5fe7f748f924d504f708b89a4f143de1b636cc (diff)
minor syntax change to addon headers
Diffstat (limited to 'object_grease_scatter.py')
-rw-r--r--object_grease_scatter.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/object_grease_scatter.py b/object_grease_scatter.py
index 7bacbefd..71d06584 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -27,13 +27,13 @@ bl_info = {
"blender": (2, 5, 8),
"api": 36079,
"location": "3D View, Add Mesh",
- "description": ("Scatter a group of objects onto the active mesh using "
- "the grease pencil lines"),
+ "description": "Scatter a group of objects onto the active mesh using "
+ "the grease pencil lines",
"warning": "",
- "wiki_url": ("http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Object/Grease_Scatter"),
- "tracker_url": ("https://projects.blender.org/tracker/index.php?"
- "func=detail&aid=TODO"),
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Object/Grease_Scatter",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=TODO",
"support": 'OFFICIAL',
"category": "Object"}