17 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
4ca8ca981f fix accidentally re-added license header
The remote version didnt have the GPL Header in its full form before.
So restoring this part to the original state.
2022-06-13 23:03:01 +02:00
e72fe78e1d Fix T98840: Recursion Error with Development - Edit Operator Addon
In the prior versions of this addon I had to generate a list of builtin and standard python modules,
which need to be excluded in the walk function.

This function is being called recursively over all blender py modules
and addon modules.

Certain builtin or standard modules of python seem to have some recursion in their module structure,
which needs to be avoided.

Since Python 3.10, you can use 'sys.stdlib_module_names' for a basic list.
Possibly the old method generated an incomplete list.
2022-06-13 22:58:18 +02:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11: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
8fff300d00 update manual links 2019-11-24 09:20:55 +11:00
6ce5ae8fad development addons: Close Panels, Fix locations: T70017 2019-09-24 15:15:59 +10:00
e529809cf6 development_edit_operator: returned to release: T63750 c983a24728 T68541 2019-09-02 21:31:44 +10:00
c983a24728 development_edit_operator: move to contrib: T63750 2019-05-24 10:51:26 +10: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
e76815171f Prefer get_rna_type() since it doesn't leak memory 2018-09-13 19:46:26 +10:00
d4b41a542d Fix development_edit_operator for changes in master 2017-09-04 22:15:00 +10:00
131ea02a4c Cleanup: quiet strict name warnings for addons a..h. 2017-09-02 19:33:06 +10:00
3d85aa6eb8 Edit Operator Source: Add Wiki link
Bump to version 1.2.2
2017-06-07 04:14:15 +02:00
8c0d28af3a Edit Operator Source: Initial Commit T51711 2017-06-07 02:49:41 +02:00