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
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
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2012-01-14remove api from addon bl_info, was never used.Campbell Barton
2011-11-26check if an addon exists before getting its mtimeCampbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-21also list addons_extern as testing.Campbell Barton
2011-11-18addons in contrib now have their own 'Testing' category which is off by default.Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-23minor edits to recent fix for addonsCampbell Barton
2011-09-23* Some more fixes for recent move operator commit. Thomas Dinges
2011-08-07fix [#28172] Cannot restore Add-ons tab in user preferences after a failed at...Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-18fix [#28005] Python Add-Ons are constantly reloaded if twice in the pathCampbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-28Proper traceback when addons fails AST parsing setpMartin Poirier
2011-02-25pep8 cleanupCampbell Barton
2011-02-23error in own recent moving addons functions into its own module. addon_utils....Campbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton