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:
-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",