Fix T53678: Smart Project UV margin ignores units

This commit is contained in:
Campbell Barton
2018-01-03 16:10:41 +11:00
parent c621832d3d
commit cbc7aa80d4

View File

@@ -1067,6 +1067,7 @@ class SmartProject(Operator):
island_margin = FloatProperty(
name="Island Margin",
description="Margin to reduce bleed from adjacent islands",
unit='LENGTH', subtype='DISTANCE',
min=0.0, max=1.0,
default=0.0,
)