[Bf-extensions-cvs] [0f8c14f] master: Add Missing Tooltip for Fill Opacity

Jonathan Williamson noreply at git.blender.org
Fri Jan 31 21:26:02 CET 2014


Commit: 0f8c14facadd7769464d479f30259fd5b3f07d7d
Author: Jonathan Williamson
Date:   Fri Jan 31 14:22:57 2014 -0600
https://developer.blender.org/rBA0f8c14facadd7769464d479f30259fd5b3f07d7d

Add Missing Tooltip for Fill Opacity

Reported by Sean Kennedy. The Fill Opacity setting on Export was missing a tooltip.

===================================================================

M	io_mesh_uv_layout/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list