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-06-14fix accidentally re-added license headerMartin Felke
The remote version didnt have the GPL Header in its full form before. So restoring this part to the original state.
2022-06-13Fix T98840: Recursion Error with Development - Edit Operator AddonMartin Felke
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-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-11-24update manual linksmeta-androcto
2019-09-24development addons: Close Panels, Fix locations: T70017meta-androcto
2019-09-02development_edit_operator: returned to release: T63750 c983a2472846 T68541meta-androcto
2019-05-24development_edit_operator: move to contrib: T63750meta-androcto
2019-01-18Update Add-ons class properties to annotationsNBurn
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.
2018-09-13Prefer get_rna_type() since it doesn't leak memoryCampbell Barton
2017-09-04Fix development_edit_operator for changes in masterCampbell Barton
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-07Edit Operator Source: Add Wiki linklijenstina
Bump to version 1.2.2
2017-06-07Edit Operator Source: Initial Commit T51711Martin Felke