Commit Graph

25 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
8db31f5cb9 Assign modifiers to variables instead of getting them by name
Using hardcoded names to retrieve modifiers can result in errors if
the user has enabled UI translation, because the new modifiers may not
have the expected English names if the UI is translated.

So, use the data API to create the modifiers instead of the ops API,
and assign nodes to variables instead of getting them by name.
2023-02-27 21:51:16 +01:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
d68dca98ce Cleanup: fix typos in source code
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5801
2022-01-05 15:46:41 +01:00
38dfced7bb Fix T78864: the apply_as parameter of modifier_apply was removed.
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-07-15 11:37:16 +03:00
ee468ba535 Fix T76917: Auto mirror not working 2020-05-22 00:14:55 +03:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05: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
3049742f7f Fix T73326: Blender 2.81 - AutoMirror issue 2020-01-23 03:16:39 +02:00
494a138bde mesh addons: add manual links 2019-12-01 11:35:24 +11:00
4e1cda9885 Spelling fixes in comments and descriptions, patch by luzpaz
Differential Revision: https://developer.blender.org/D5240
2019-07-31 13:28:52 +02:00
c2821cac0d part fix bl_info Locations 2019-06-16 18:48:37 +10:00
141a3e9891 auto mirror, bsurfaces, looptools, bool tools: new tab: Edit 2019-05-27 14:54:00 +10:00
db8ee9e367 mesh_auto_mirror: initial port to 2.9 T62797 2019-03-26 17:36:27 +11:00
9999dada60 Update for API change: scene.cursor_location -> scene.cursor.location
Note that some scripts still used the 3D view cursor which has been
removed for a while.
2019-03-01 12:51:10 +11:00
aaf97075b4 Update for rename: constraint_orientation -> orient_type 2019-02-28 12:28:54 +11:00
49c1b40928 addons: add missing text= keyword after label 2019-01-23 15:03:09 -05:00
6522b4e0bf addons: blender version number fix 2019-01-20 23:46:19 -05:00
aeabdc02a8 Update Add-ons class properties to annotations
This should take care of most of the class property conversions to
use the new annotation format (colon instead of equals) for
assignment. There may still be a few edge cases that were missed.
2019-01-17 16:48:54 -05:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
527932454e Auto Mirror: Cleanup, use a property group
Bumped version to 2.4.2
Pep8 cleanup
Moved scene properties to a property group
access it through context.scene.auto_mirror
remove the properties upon unregister

Add poll checks for Mesh objects to operators
Add missing operator description

Remove the draw function from the AutoMirror operator
since it is not used and enabling Undo will not work
in this case, since depending on the initial settings
it can produce unwanted results
2017-07-13 19:50:22 +02:00
28b4de5f0c mesh auto mirror, clean up line length 2017-05-17 14:50:10 +10:00
8e68bf2879 mesh auto mirror: close panel default 2017-05-14 09:18:28 +10:00
a72be7c9be mesh auto mirror, promote addons release: T50941 2017-04-01 12:19:55 +11:00