[Bf-blender-cvs] [33750e8abba] master: Fix T58006: smart UV project island margin should not use length units.

Brecht Van Lommel noreply at git.blender.org
Sat Nov 24 23:43:19 CET 2018


Commit: 33750e8abbade21813365a7dd62e036969d5006c
Author: Brecht Van Lommel
Date:   Sat Nov 24 23:01:50 2018 +0100
Branches: master
https://developer.blender.org/rB33750e8abbade21813365a7dd62e036969d5006c

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

This distance is in UV space, not world space.

===================================================================

M	release/scripts/startup/bl_operators/uvcalc_smart_project.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/uvcalc_smart_project.py b/release/scripts/startup/bl_operators/uvcalc_smart_project.py
index ec6a9fc92e3..2acf431c577 100644
--- a/release/scripts/startup/bl_operators/uvcalc_smart_project.py
+++ b/release/scripts/startup/bl_operators/uvcalc_smart_project.py
@@ -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,
     )



More information about the Bf-blender-cvs mailing list