Fix T58006: smart UV project island margin should not use length units.

This distance is in UV space, not world space.
This commit is contained in:
Brecht Van Lommel 2018-11-24 23:01:50 +01:00
parent 487af39c99
commit 33750e8abb

@ -1060,7 +1060,6 @@ 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,
)