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
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
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-01-16style cleanupCampbell Barton
2012-12-20py api: add restrict state context manager (thats python's context not blende...Campbell Barton
2012-12-19dissallow access to the context while addons import and register.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-10-13code cleanup: minor edits on recent commit.Campbell Barton
2012-10-13differenciate log message for enabled/disabled modulesGaia Clary
2012-10-10check addons are enabled before disabling them (would cause python exceptions...Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-08-22error message when an addon was missing register/unregister functions whasnt ...Campbell Barton
2012-06-28print warning if a script in the addons dir has no bl_info.Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-04-28Addons: "persistent" parameter for addon_utils.enable(), so that you can enableBrecht Van Lommel