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_fracture')
-rw-r--r--object_fracture/fracture_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index ba858589..2878fd20 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -360,11 +360,11 @@ class FractureSimple(bpy.types.Operator):
hierarchy = BoolProperty(name="Generate hierarchy",
description="Hierarchy is usefull for simulation of objects" \
- " breaking in motion.",
+ " breaking in motion",
default=False)
nshards = IntProperty(name="Number of shards",
- description="Number of shards the object should be split into.",
+ description="Number of shards the object should be split into",
min=2,
default=5)