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-12 03:28:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-12 03:28:34 +0400
commit6be67c6ea684b6f149a30f14c43dffbcab2f68b6 (patch)
tree34bd75715fc2eb3f0ea629a73a1c25d7a8af7940 /object_grease_scatter.py
parentaed108d4a328dd25c3ca360cc9702c6a2d3a9bd5 (diff)
correct error in location
Diffstat (limited to 'object_grease_scatter.py')
-rw-r--r--object_grease_scatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_grease_scatter.py b/object_grease_scatter.py
index 4d6aeddb..01a2afd3 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -26,7 +26,7 @@ bl_info = {
"version": (0, 1),
"blender": (2, 5, 8),
"api": 36079,
- "location": "3D View, Toolbar",
+ "location": "3D View, Add Mesh",
"description": ("Scatter a group of objects onto the active mesh using "
"the grease pencil lines"),
"warning": "",