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 'render_povray/texturing_properties.py')
-rwxr-xr-xrender_povray/texturing_properties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/texturing_properties.py b/render_povray/texturing_properties.py
index ceb60264..c085cedf 100755
--- a/render_povray/texturing_properties.py
+++ b/render_povray/texturing_properties.py
@@ -203,7 +203,7 @@ class MaterialTextureSlot(PropertyGroup):
offset: FloatVectorProperty(
name="Offset",
- description=("Fine tune of the texture mapping X, Y and Z locations "),
+ description="Fine tune of the texture mapping X, Y and Z locations ",
precision=4,
step=0.1,
soft_min=-100.0,
@@ -507,7 +507,7 @@ class WorldTextureSlot(PropertyGroup):
offset: FloatVectorProperty(
name="Offset",
- description=("Fine tune of the texture mapping X, Y and Z locations "),
+ description="Fine tune of the texture mapping X, Y and Z locations ",
precision=4,
step=0.1,
soft_min=-100.0,