[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19489] trunk/blender/release/scripts/ uvcalc_smart_project.py: [#18478] Unwrap (smart projections) should accept values grater than 0.25 for island margin ( it works just fine when changed in original script)

Campbell Barton ideasman42 at gmail.com
Wed Apr 1 04:02:27 CEST 2009


Revision: 19489
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19489
Author:   campbellbarton
Date:     2009-04-01 04:02:26 +0200 (Wed, 01 Apr 2009)

Log Message:
-----------
[#18478] Unwrap (smart projections) should accept values grater than 0.25 for island margin (it works just fine when changed in original script)

increased value as suggested.

Modified Paths:
--------------
    trunk/blender/release/scripts/uvcalc_smart_project.py

Modified: trunk/blender/release/scripts/uvcalc_smart_project.py
===================================================================
--- trunk/blender/release/scripts/uvcalc_smart_project.py	2009-04-01 01:21:11 UTC (rev 19488)
+++ trunk/blender/release/scripts/uvcalc_smart_project.py	2009-04-01 02:02:26 UTC (rev 19489)
@@ -870,7 +870,7 @@
 	'UV Layout',\
 	('Share Tex Space', USER_SHARE_SPACE, 'Objects Share texture space, map all objects into 1 uvmap.'),\
 	('Stretch to bounds', USER_STRETCH_ASPECT, 'Stretch the final output to texture bounds.'),\
-	('Island Margin:', USER_ISLAND_MARGIN, 0.0, 0.25, 'Margin to reduce bleed from adjacent islands.'),\
+	('Island Margin:', USER_ISLAND_MARGIN, 0.0, 0.5, 'Margin to reduce bleed from adjacent islands.'),\
 	'Fill in empty areas',\
 	('Fill Holes', USER_FILL_HOLES, 'Fill in empty areas reduced texture waistage (slow).'),\
 	('Fill Quality:', USER_FILL_HOLES_QUALITY, 1, 100, 'Depends on fill holes, how tightly to fill UV holes, (higher is slower)'),\





More information about the Bf-blender-cvs mailing list