From 6be67c6ea684b6f149a30f14c43dffbcab2f68b6 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 11 Aug 2011 23:28:34 +0000 Subject: [PATCH] correct error in location --- object_grease_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_grease_scatter.py b/object_grease_scatter.py index 4d6aeddb0..01a2afd35 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": "", -- GitLab