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 'add_curve_sapling/__init__.py')
-rw-r--r--add_curve_sapling/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 274c1fef..f49823b5 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -108,7 +108,7 @@ branchmodes = [("original", "Original", "rotate around each branch"),
def getPresetpath():
"""Support user defined scripts directory
- Find the first ocurrence of add_curve_sapling/presets in possible script paths
+ Find the first occurrence of add_curve_sapling/presets in possible script paths
and return it as preset path"""
# presetpath = ""
# for p in bpy.utils.script_paths():
@@ -526,7 +526,7 @@ class AddTree(Operator):
)
autoTaper = BoolProperty(
name='Auto Taper',
- description='Calculate taper automaticly based on branch lengths',
+ description='Calculate taper automatically based on branch lengths',
default=True, update=update_tree
)
taper = FloatVectorProperty(
@@ -804,7 +804,7 @@ class AddTree(Operator):
)
gustF = FloatProperty(
name='Wind Gust Fequency',
- description='The Fequency of directional movement',
+ description='The Frequency of directional movement',
default=0.075, update=update_tree
)
af1 = FloatProperty(