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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:13:31 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:13:31 +0300
commit1c75533d9cc0693733bacbadecfaac5c504313fb (patch)
tree865ca6cfc8f2ea136d7ff2462e435151e612d06d /add_curve_sapling/__init__.py
parent4179941c58871bf85cf275130af0696affa5040f (diff)
parentd7d3233715503ecc15b8dd1973f7e73257e2cbda (diff)
Merge branch 'master' into blender2.8
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 15cd7291..a63e55c1 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(