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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-31 07:59:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-31 07:59:55 +0300
commit3a94eba6d4a1b6538232dba515d0874c64ea8283 (patch)
tree78e4bd67a89b2fec4d58023eb1933052c2673a36 /uv_magic_uv
parent6aa1c9aeb6f412aced380cb78e912264defbd209 (diff)
Cleanup: quiet warnings
Diffstat (limited to 'uv_magic_uv')
-rw-r--r--uv_magic_uv/muv_props.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/muv_props.py b/uv_magic_uv/muv_props.py
index f28fcdbc..24f552d5 100644
--- a/uv_magic_uv/muv_props.py
+++ b/uv_magic_uv/muv_props.py
@@ -124,7 +124,7 @@ def init_props(scene):
items=get_loaded_texture_name)
scene.muv_texproj_tex_transparency = FloatProperty(
name="Transparency",
- description="Texture Transparency.",
+ description="Texture Transparency",
default=0.2,
min=0.0,
max=1.0)