[Bf-blender-cvs] [e781ea7] master: UV Unwrap: smart uv unwrap would fail still on some very small faces

Campbell Barton noreply at git.blender.org
Wed Jan 8 04:03:55 CET 2014


Commit: e781ea79b2616014b2faff3d74a2efaa844a0f44
Author: Campbell Barton
Date:   Wed Jan 8 14:02:18 2014 +1100
https://developer.blender.org/rBe781ea79b2616014b2faff3d74a2efaa844a0f44

UV Unwrap: smart uv unwrap would fail still on some very small faces

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

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 76f965f..74fb9e9 100644
--- a/release/scripts/startup/bl_operators/uvcalc_smart_project.py
+++ b/release/scripts/startup/bl_operators/uvcalc_smart_project.py
@@ -23,7 +23,7 @@ import bpy
 from bpy.types import Operator
 
 DEG_TO_RAD = 0.017453292519943295 # pi/180.0
-SMALL_NUM = 0.0000001  # see bug [#31598] why we dont have smaller values
+SMALL_NUM = 0.000001  # see bug [#31598] why we dont have smaller values
 
 global USER_FILL_HOLES
 global USER_FILL_HOLES_QUALITY




More information about the Bf-blender-cvs mailing list