Skip to content
Snippets Groups Projects
Commit 0f8c14fa authored by Jonathan Williamson's avatar Jonathan Williamson
Browse files

Add Missing Tooltip for Fill Opacity

Reported by Sean Kennedy. The Fill Opacity setting on Export was missing a tooltip.
parent 73e24b24
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment