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

Campbell Barton cbarton at metavr.com
Sat Mar 31 13:19:18 CEST 2007


campbellbarton (Campbell Barton) 2007/03/31 13:19:18 CEST

  Modified files:
    blender/release/scripts/bpymodules svg2obj.py 
  
  Log:
  Updating JMS's SVG Importer script from 0.5.6 to 0.5.9b
  
  Changelog
  
  0.5.7 : - Wash down of some handle problems.
  
  0.5.8 : - 2007/3/9
          Wash down of the last exec and correction of a
          problem with the curve's first beztriple handle
          which was not recorded at first time .
         - Added some units managements
         - Correction of the  rotate matrix
         - Correction of the  skew  matrix
         - change in the wash_DATA function suggested by cambo
         - added __slot__ in class Bez, ITEM and CURVE suggested by cambo
         - remove unused properties in class ITEM and CURVE
  
  0.5.9 : - 2007/3/28
          -  many improvements for faster and clearer code suggested by cambo and martin.
             replacement of "%s" statement by str function.
          -  correction of an error in the scale transform management
          -  correction in the management of the stack transformation that rise an error
             under python 2.5 but curiously not with  python 2.4
  
  .5.9a : - 2007/3/29
          -  Again a lot of minors corrections
          -  Backward to 0.5.8 of the function that manages float numbers exported
             by the  Adobe Illustrator's SVG.  After a lot of tests it seems that this oldest
             version is also faster too .
          -  correction (bad) on handle management with V and H commands.
  .5.9b : - 2007/3/31
         -  one or two minor corrections :
            now the new object curve is added in the current layer.
            short modif in the scale menu...
  
  Revision  Changes    Path
  1.14      +1030 -1041blender/release/scripts/bpymodules/svg2obj.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/bpymodules/svg2obj.py.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list