Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Jan 23, 2014
  3. Nov 14, 2013
  4. Dec 19, 2012
  5. Nov 30, 2012
  6. Nov 06, 2012
  7. Jul 03, 2012
  8. Jun 23, 2012
  9. May 16, 2012
  10. Apr 23, 2012
  11. Jan 14, 2012
  12. Dec 31, 2011
  13. Nov 25, 2011
  14. Oct 17, 2011
  15. Sep 03, 2011
  16. Jul 25, 2011
  17. Jul 11, 2011
    • Campbell Barton's avatar
      cleanup · 488e1da9
      Campbell Barton authored
      - remove/comment unused variables
      - remove unused imports
      - fixed some bugs using incorrect variables
      488e1da9
  18. May 22, 2011
  19. May 16, 2011
  20. Apr 17, 2011
    • Sergey Sharybin's avatar
      SVG importer: · bf97c0aa
      Sergey Sharybin authored
      Added missed copyright entry in add-on info block -- svg-arc to
      blender beziers calculation was made by JM Soler.
      
      JM, sorry for this :)
      bf97c0aa
  21. Apr 10, 2011
  22. Apr 04, 2011
  23. Mar 21, 2011
  24. Mar 20, 2011
  25. Mar 19, 2011
  26. Feb 27, 2011
  27. Feb 26, 2011
    • Sergey Sharybin's avatar
      SVG importer: · 70289fdb
      Sergey Sharybin authored
      - Handle situation when last point of path segment has got the same position,
        as first segment point. It used by Illustrator to set up handles of first
        point and to make segment closed.
        Not sure about standatr about this, maybe SVG files from other editors should
        be handled in different way, if it'll be issues -- could be easily fixed.
      - Use black fill as default (all viewers/editors use this).
      70289fdb
  28. Feb 25, 2011
    • Sergey Sharybin's avatar
      SVG importer: · bba5fb57
      Sergey Sharybin authored
      - Fixed rotation matrix
      - Fixed unneeded deformation caused by interior transformation for
        used objects (different tags should be handled differently),
        also, SYMBOL tag could have viewBox
      - Implemented parsing of colors in rgb(r,g,b) notation
      bba5fb57
  29. Feb 24, 2011
    • Sergey Sharybin's avatar
      SVG importer: · ec92cf72
      Sergey Sharybin authored
      - Fixed exception caused by spaces after last semicolon in style
      - Ignore svg namespage in tag names when detecting geometry class
      ec92cf72
    • Sergey Sharybin's avatar
      SVG importer: · c4d29029
      Sergey Sharybin authored
      - Remove unneeded "global" specificaitons
      - Fixed parsing for paths which contains floating-point numbers
        in format like 10e-2
      - Fixes aspect ration when viewBox is specified
      c4d29029
  30. Feb 23, 2011
  31. Feb 22, 2011
    • Sergey Sharybin's avatar
      SVG format fixes: · 68ad5320
      Sergey Sharybin authored
      - Fixed silly error caused by copy-pasteing code from class
        (accessing to self from simple function)
      - Fix for illustrator path format -- it doesn't place spaces before
        "minus" sign of next number. Maybe it's time to go out from stypid
        string replacement-splitting to slower but smarter token parser?
      68ad5320
  32. Feb 21, 2011
Loading