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:
authorPhilipp Oeser <info@graphics-engineer.com>2014-10-13 17:55:26 +0400
committerPhilipp Oeser <info@graphics-engineer.com>2014-10-13 17:55:26 +0400
commit9edfa1364971d41424644ad9499f80187ebaa553 (patch)
treef4cd71456f1c546bf4b57706e2090557ee885207 /render_povray/__init__.py
parent77c3275cf83478352240740b80739747dca9fe0c (diff)
fix warnings with UI description
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index e8b168e6..87eafda6 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -533,12 +533,12 @@ class RenderPovSettingsTexture(PropertyGroup):
modifier_phase = FloatProperty(
name="Phase",
- description="The phase value causes the map entries to be shifted so that the map starts and ends at a different place.",
+ description="The phase value causes the map entries to be shifted so that the map starts and ends at a different place",
min=0.0, max=2.0, default=0.0)
modifier_frequency = FloatProperty(
name="Frequency",
- description="The frequency keyword adjusts the number of times that a color map repeats over one cycle of a pattern.",
+ description="The frequency keyword adjusts the number of times that a color map repeats over one cycle of a pattern",
min=0.0, max=25.0, default=2.0)
modifier_turbulence = FloatProperty(