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
Notes: blender-bot 2023-02-14 06:18:23 +01:00
Referenced by issue #53683, 2.79a release
Referenced by issue #53678, Island margin in smart UV project issue with scene scale
1 changed files with 1 additions and 0 deletions

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,
)