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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-09-19 19:08:06 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-09-19 19:08:06 +0400
commit1d1482044b46c98f86c33945a1bd1cf4edc7bb36 (patch)
tree795f6b4344018f9193e6beb954d5c74396c19012 /add_mesh_ant_landscape.py
parent0dd81203a3982e55af012cfcc9a232c78ce631b9 (diff)
/trunk: Removed final points in UI strings and messages.
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
Diffstat (limited to 'add_mesh_ant_landscape.py')
-rw-r--r--add_mesh_ant_landscape.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index ffcf0a27..8a944315 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -534,31 +534,31 @@ class landscape_add(bpy.types.Operator):
min=1,
max=16,
default=6,
- description="Noise Depth - number of frequencies in the fBm.")
+ description="Noise Depth - number of frequencies in the fBm")
mDimension = FloatProperty(name="Dimension",
min=0.01,
max=2.0,
default=1.0,
- description="H - fractal dimension of the roughest areas.")
+ description="H - fractal dimension of the roughest areas")
mLacunarity = FloatProperty(name="Lacunarity",
min=0.01,
max=6.0,
default=2.0,
- description="Lacunarity - gap between successive frequencies.")
+ description="Lacunarity - gap between successive frequencies")
mOffset = FloatProperty(name="Offset",
min=0.01,
max=6.0,
default=1.0,
- description="Offset - raises the terrain from sea level.")
+ description="Offset - raises the terrain from sea level")
mGain = FloatProperty(name="Gain",
min=0.01,
max=6.0,
default=1.0,
- description="Gain - scale factor.")
+ description="Gain - scale factor")
BiasTypes = [
("0","Sin","Sin"),