Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-23Cleanup: Simplify manual url version handlingAaron Carlisle
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-21Add a reason for why an Addon can not be loaded. This change gives a more det...Gaia Clary
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-12PyAPI: remove deprecated 'wiki_url' for add-ons 'bl_info'Campbell Barton
2021-03-26Fix error when an addon has no `__init__.py`Sybren A. Stüvel
2020-09-10Fix T80650: Malformed bl_info header causes empty add-on listingCampbell Barton
2020-08-17Cleanup: explain why checking the enabled state twice is neededCampbell Barton
2020-07-17Cleanup: remove f-string use in favor of percentage for formattingCampbell Barton
2020-06-26Cleanup: use percentage formattingCampbell Barton
2020-03-05Addons: Allow a user manual url prefix in doc_urlAaron Carlisle
2020-03-05Addons: deprecate 'wiki_url'Aaron Carlisle
2020-02-04Fix T58842: Add-ons Import/Export entries disapear when enabling FilterPhilipp Oeser
2019-08-17Fix T68760: "Reload Scripts" '_sys_path_ensure' missingCampbell Barton
2019-08-15Fix T68014: Add-on's override Python built-in modulesCampbell Barton
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-03-27Fix T62901: Bad handling of missing addon categoryJacques Lucke
2019-03-18Fix noisy console messages about unported add-ons by default.Bastien Montagne
2019-03-17Cleanup: unused variablesCampbell Barton
2019-03-16Fix T62576: The remaining two unported official add-ons: X3D and 3DS.Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-10-19Merge branch 'master' into blender2.8Campbell Barton
2018-10-19Fix error disabling all addonsCampbell Barton
2018-10-02Addons: reactivate BVH and PLY format addonsJacques Lucke
2018-09-26Addons: reactivate 'STL format' addonJacques Lucke
2018-09-21Re-enable OBJ add-on.Bastien Montagne
2018-09-21Re-enable FBX add-on.Bastien Montagne
2018-09-19Addon Utils: Green light the uv layout addonDalai Felinto
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-31Cleanup: pep8, windows line endingsCampbell Barton
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-14Cleanup: use f-string for addon_utilsCampbell Barton
2018-07-06Remove print left in by accidentCampbell Barton
2018-07-06Addons: silence warnings instead of disablingCampbell Barton
2018-07-03addons: disable addons with versions below 2.8Campbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-03-01WorkSpace: show/hode opt-out support for addonsCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-01Cleanup: Python code-style (addons, wm)Campbell Barton
2017-03-23addon_utils: add disable_all functionCampbell Barton
2017-02-26Improve add-on UI error messageCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-01-07addon_utils: improve docstringsCampbell Barton
2015-11-16Python: use keyword only args for addon_utilsCampbell Barton
2015-06-23Missed changing default arg in addon_utils.disableCampbell Barton
2015-06-14Fix error enabling an already enabled addonCampbell Barton