Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10Fix T102396: ValueError: matrix does not have an inverseSergey Sharybin
2022-10-14Cleanup: fix typosBrecht Van Lommel
2022-10-11Fix (partial) T92713: SVG importer: Implicit close keeps current pointlinhsu0723
2022-10-06Fix (partial) T92713: SVG importer: Ensure path closed before MoveTolinhsu0723
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2021-11-05Fix T81374: SVG import: transform skewX and skewY swappedDiptangshu Dey
2021-07-29svg (official) addon: cleanup: Simpified a code pathjim man
2021-06-01Fix T88651: svg rect not using id as nameFalk David
2021-04-22Fix for T87654: SVG import parse errorErik Abrahamsson
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-09-27Fix D4319 (scaling of svg in different page scales)Michael Soluyanov
2019-09-19SVG: Refactor, move utilities to moduleSergey Sharybin
2019-09-19Cleanup: Spelling in commentSergey Sharybin
2019-09-11SVG Import: Match SVG-document units with Blender units:Michael Soluyanov
2019-09-11SVG Import: Fix offset while import SVG filesMichael Soluyanov
2019-03-25Fix T62883: Import SVG file remove fill color.Simon
2019-02-19Fix T61707: Use id attribute to initialize object and curve namesJacques Lucke
2019-02-01SVG: Properly handle values in exponential notationSergey Sharybin
2019-01-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2018-10-29Merge branch 'master' into blender2.8Sergey Sharybin
2018-10-29SVG: Fix wrong closed path with quadratic segmentsSergey Sharybin
2018-10-29SVG: Fix wrong quadratic path when point is duplicateSergey Sharybin
2018-10-29SVG: Cleanup, don't use semicolonSergey Sharybin
2018-10-29SVG: Cleanup, indendationSergey Sharybin
2018-10-29SVG: Cleanup, space around operatorSergey Sharybin
2018-10-29Merge branch 'master' into blender2.8Sergey Sharybin
2018-10-29SVG: Fix for typosSergey Sharybin
2018-10-24Cleanup: remove unneeded keyword argumentCampbell Barton
2018-10-22SVG Format: minor Blender 2.8 fixesJacques Lucke
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-21SVG Import: use '@' for matrix multiplyCampbell Barton
2018-07-05SVG: Port to 2.8Sergey Sharybin
2017-09-19Fix T52822: Incorrect dimensions of imported svg filesSergey Sharybin
2017-05-24Fix T51594: SVG Importer: circles and rectangles don't get datablocks named a...Sergey Sharybin
2016-10-21Fix T49791: Distorted curves when importing SVGSergey Sharybin
2016-10-21SVG importer: Fix typo in commentSergey Sharybin
2016-10-14Fix T49476: SVG importer distorts the color informationSergey Sharybin
2016-04-19Fix T47580: Can not import specific SVGSergey Sharybin
2016-02-10SVGParseFloat() improved parsing of scientific notationSergey Sharybin
2016-01-08Fix T45460: SVG importer scale issuesSergey Sharybin
2014-12-09Fix T42847: SVG importer: incorrectly imports valid SVG filesSergey Sharybin
2014-05-13Fix document height parsing when height contains unitsSergey Sharybin
2014-01-23Fix T38324: import SVG from Inkscape doesn't match space originSergey Sharybin
2013-11-15Code cleanup: multiple spaces around keywordSergey Sharybin
2012-11-30correct typosCampbell Barton
2012-11-06Made SVG importer handle DPI properlySergey Sharybin
2012-11-06SVG import: corretc multiplier for mm, cm and in to match blender's unit systemSergey Sharybin
2012-05-16Spell check fix (lenght -> length)Bastien Montagne