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:
authorJonathan Williamson <jonathan@cgcookie.com>2014-02-01 00:22:57 +0400
committerJonathan Williamson <jonathan@cgcookie.com>2014-02-01 00:25:51 +0400
commit0f8c14facadd7769464d479f30259fd5b3f07d7d (patch)
treee7b4f46e06e61b61164734dfd6d70ad4d1981b4a /io_mesh_uv_layout
parent73e24b24ebbb56474f31d399847185917c59e67a (diff)
Add Missing Tooltip for Fill Opacity
Reported by Sean Kennedy. The Fill Opacity setting on Export was missing a tooltip.
Diffstat (limited to 'io_mesh_uv_layout')
-rw-r--r--io_mesh_uv_layout/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index dc6c05d5..d467dcf5 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -102,6 +102,7 @@ class ExportUVLayout(bpy.types.Operator):
name="Fill Opacity",
min=0.0, max=1.0,
default=0.25,
+ description="Set amount of opacity for exported UV layout"
)
tessellated = BoolProperty(
name="Tessellated UVs",