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:
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 01a2afd3..7bacbefd 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -375,7 +375,7 @@ class Scatter(bpy.types.Operator):
)
# XXX, should not be a string - TODO, add a way for scritps to select ID's
group = StringProperty(
- name="Group",
+ name="Group",
description=("Group name to use for object placement, "
"defaults to object name when that matches a group"))