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
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
2015-01-23Cleanup: replace deprecated imp -> importlibCampbell Barton
2015-01-21Remove 'addons_extern' was used before git moveCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-16Addons: remove tracker URL from addon template, as this is no longer used,Brecht Van Lömmel
2013-10-25make the message for addons failing to parse a little more descriptive (sugge...Campbell Barton
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-07-03reduce imports on startupCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
2013-05-27now an addons preference are available when it start,Campbell Barton