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

This commit is contained in:
Campbell Barton 2014-01-08 14:02:18 +11:00
parent 3739f53a6e
commit e781ea79b2
Notes: blender-bot 2023-02-14 10:59:14 +01:00
Referenced by issue #39190, Smart UV in 2.70 RC
1 changed files with 1 additions and 1 deletions

View File

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