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
Notes: blender-bot 2023-02-14 04:57:52 +01:00
Referenced by issue #58006, scene scale bug in units cm/m and impact on smart uv project
1 changed files with 0 additions and 1 deletions

View File

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