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
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
2015-06-14Fix addon_utils.checkCampbell Barton
2015-06-08Use context manager for reading addon headersCampbell Barton
2015-06-08Fix: a broken symlink to an addon resulted in a blank addon tabSybren A. Stüvel
2015-05-31Python: avoid mutable default param valuesCampbell Barton
2015-02-12Addons: print short message if an addons missingCampbell Barton
2015-01-23PyAPI: don't adjust prefs when an fails to loadCampbell Barton
2015-01-23PyAPI: avoid scanning all addons on startupCampbell Barton
2015-01-23PyAPI: use set.discard instead of set-subtractionCampbell Barton