Commit Graph

23 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
99d2c979a9 Cleanup: fix typos
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D16234
2022-10-14 19:52:42 +02:00
016430de4b Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:50:32 +10:00
fbfa11df47 Cleanup: trailing space 2022-02-16 15:30:11 +11:00
a5587f5223 File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-14 14:47:00 +11:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
880efe429a Mesh Tools: Fix the license of "Edge Floor Plan" file
The add-on file had the license as GPL2, but for it to be compatible
with Blender it has to be GPL or later.
2022-01-11 17:23:20 +01:00
1d91e8c12a Cleanup: trailing space & tabs to spaces 2021-12-01 10:43:38 +11:00
aec02fd095 Cleanup: strip trailing space, remove BOM 2021-08-11 10:09:25 +10:00
448eeb681a Update for changes in the Python API using keyword only arguments 2021-06-09 03:12:45 +10:00
a65fb17335 Cleanup: Remove trailing period in descriptions.
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
2021-02-12 10:31:55 +05:30
f510c21650 Fix T81073: PDT fillet tool not working
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-09-22 22:03:52 -05:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
aec5a36c12 Cleanup: tabs -> spaces 2020-03-05 12:32:28 +11:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
0973ea3468 mesh_tools/mesh_relax: pass in smooth factor
The default is now zero.
2020-01-02 16:57:50 +11:00
6d5d8e187d mesh tools: merge mesh relax: T71560 2019-12-02 12:43:30 +11:00
494a138bde mesh addons: add manual links 2019-12-01 11:35:24 +11:00
5f3c703ea4 mesh_tools:disable push/pull faces: T69694 2019-09-10 21:32:41 +10:00
7008857ef0 mesh_tools/mesh_edges_length: T67840 D5358 2019-08-09 12:50:40 +10:00
c2821cac0d part fix bl_info Locations 2019-06-16 18:48:37 +10:00
682d48cefc mesh_tools: restore to release: T63750 9e99e90f08 2019-06-15 14:06:26 +10:00