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
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-04-18Another fix to get automated tests pass again in 2.8.Bastien Montagne
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-07Fix T61275: recognize values with decimal separator in svg importerJacques 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-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-08-21SVG Import: use '@' for matrix multiplyCampbell Barton
2018-07-12Python: use fieldsCampbell Barton
2018-07-05SVG: Port to 2.8Sergey Sharybin
2018-06-29Add missing add-on version metadataAaron Carlisle
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
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-12-09Fix T42847: SVG importer: incorrectly imports valid SVG filesSergey Sharybin
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-13Fix document height parsing when height contains unitsSergey Sharybin
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2014-01-23Fix T38324: import SVG from Inkscape doesn't match space originSergey Sharybin
2013-11-15Code cleanup: multiple spaces around keywordSergey Sharybin
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
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-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-04-23Fix #31056: SVG importer ignores fill color from parent containerSergey Sharybin
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31adjust for column major matrix changeCampbell Barton
2011-11-25minor pep8 editsCampbell Barton