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:
@@ -1060,7 +1060,6 @@ class SmartProject(Operator):
|
|||||||
island_margin = FloatProperty(
|
island_margin = FloatProperty(
|
||||||
name="Island Margin",
|
name="Island Margin",
|
||||||
description="Margin to reduce bleed from adjacent islands",
|
description="Margin to reduce bleed from adjacent islands",
|
||||||
unit='LENGTH', subtype='DISTANCE',
|
|
||||||
min=0.0, max=1.0,
|
min=0.0, max=1.0,
|
||||||
default=0.0,
|
default=0.0,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user