[Bf-blender-cvs] CVS commit: blender/release/scripts uv_export.py

Martin Poirier theeth at yahoo.com
Mon Mar 26 17:55:23 CEST 2007


theeth (Martin Poirier) 2007/03/26 17:55:23 CEST

  Modified files:
    blender/release/scripts uv_export.py 
  
  Log:
  === Export UV Layout ===
  
  [ #6450 ] Save UV Layout: Overflow Error
  
  This error was caused by excentric UV faces being exported (I'm talking things like 3443870976 as UV coord, in a range of 0..1).
  
  Edges with extreme coordinates are now ignored (for TGA only, they are exported to SVG) and a warning is printed (at most once) to the console.
  
  I chose to still export them to SVG because they don't affect the running time of the script while exporting them to TGA is just insanely long.
  
  Revision  Changes    Path
  1.18      +33 -24    blender/release/scripts/uv_export.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/uv_export.py.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list