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 (Collapse)Author
2022-10-14Cleanup: fix typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-16Cleanup: trailing spaceCampbell Barton
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-11Mesh Tools: Fix the license of "Edge Floor Plan" fileDalai Felinto
The add-on file had the license as GPL2, but for it to be compatible with Blender it has to be GPL or later.
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-08-11Cleanup: strip trailing space, remove BOMCampbell Barton
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2021-02-12Cleanup: Remove trailing period in descriptions.Ankit Meel
Reduces warnings while running tests. Also fix some descriptions with strings concatenated but without a space in between. Reviewed by campbellbarton Differential Revision: https://developer.blender.org/D9655
2020-09-23Fix T81073: PDT fillet tool not workingHans Goudey
The tool still used the "vertex_only" argument to the bevel operator, which changed in 2.90. This commit also fixes the same error in the Mesh Tools addon.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-02mesh_tools/mesh_relax: pass in smooth factorCampbell Barton
The default is now zero.
2019-12-02mesh tools: merge mesh relax: T71560meta-androcto
2019-12-01mesh addons: add manual linksmeta-androcto
2019-09-10mesh_tools:disable push/pull faces: T69694meta-androcto
2019-08-09mesh_tools/mesh_edges_length: T67840 D5358meta-androcto
2019-06-16part fix bl_info Locationsmeta-androcto
2019-06-15mesh_tools: restore to release: T63750 9e99e90f08c9meta-androcto