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
2017-08-29fix utilsgandalf3
2017-08-29documentationgandalf3
2017-08-29pep8-ify bpkg/types.pygandalf3
2017-08-29Use isinstancegandalf3
2017-08-29pep8-ify bpkg/subproc.pygandalf3
2017-08-29Use typing.Optionalgandalf3
2017-08-29Document non-none typesgandalf3
2017-08-29More precise error messagesgandalf3
2017-08-29Document reason for dict conversiongandalf3
2017-08-29Write own error messagegandalf3
2017-08-29Remove unneccesary Nonegandalf3
2017-08-29Build list oncegandalf3
2017-08-29Actually display progressgandalf3
2017-08-29pep8-ify bpkg/messages.pygandalf3
2017-08-29Remove unused message, make sure all errors inherit from SubprocErrorgandalf3
2017-08-29Clean up bpkg/display.pygandalf3
2017-08-29pep8-ify bpkg/actions.pygandalf3
2017-08-29Remove unneccesary parensgandalf3
2017-08-29Split code for installing zipped and unzipped packages into separate functionsgandalf3
2017-08-29Break exception chaingandalf3
2017-08-29Remove old commented codegandalf3
2017-08-29Wait until we've determined url is a real url to derive filenames from itgandalf3
2017-08-29Improve docstringgandalf3
2017-08-29Remove old commented codegandalf3
2017-08-29pep8-ify bpkg/__init__.pygandalf3
2017-08-29Remove fold markersgandalf3
2017-08-29Improve documentation and remove extraneous functiongandalf3
2017-08-29Package name is not allowed to be None, no need to check for itgandalf3
2017-08-29Remove old OrderedDictgandalf3
2017-08-29Clarify TODO notegandalf3
2017-08-29Remove old loggers, document refresh parametergandalf3
2017-08-29Move enable/disable into Package classgandalf3
2017-08-29Simplify package list refreshinggandalf3
2017-08-29Fix update display, get rid of unnecessary ifs in filtersgandalf3
2017-08-29Fix a number of issues caused by new repository representationgandalf3
2017-08-29remove print statementgandalf3
2017-08-29Use EnumProperty for repository listgandalf3
2017-08-28Refactor Package classgandalf3
2017-08-28Move install/download code out of utilsgandalf3
2017-08-28Un-remove accidentally removed functiongandalf3
2017-08-28Don't rebuild package list every draw()gandalf3
2017-08-28Remove commented code and fix some stuff broken by de-addonificationgandalf3
2017-08-26Move package manager code out of addongandalf3
2017-07-27Fix factory setup using user scripts path stillCampbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-07-25PyAPI: utility for creating register, unregisterCampbell Barton
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-06-28Fix node UI not using translation context correctly.Bastien Montagne
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin