From 0f8c14facadd7769464d479f30259fd5b3f07d7d Mon Sep 17 00:00:00 2001
From: Jonathan Williamson <jonathan@cgcookie.com>
Date: Fri, 31 Jan 2014 14:22:57 -0600
Subject: [PATCH] Add Missing Tooltip for Fill Opacity

Reported by Sean Kennedy. The Fill Opacity setting on Export was missing a tooltip.
---
 io_mesh_uv_layout/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index dc6c05d53..d467dcf54 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",
-- 
GitLab