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-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: use brief description for operator reprCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
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-12PyAPI: remove bpy.utils.register_moduleCampbell Barton
2018-07-07Keymap: support for reading/writing keymaps as dataCampbell Barton
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: use f-stringCampbell Barton
2018-04-20Limit updates to active view layer onlySergey Sharybin
2018-02-27merge from masterGaia Clary
2018-02-26Fix T54029: Wrong preset name display in win32Campbell Barton
2018-01-14Merge branch 'master' into blender2.8Campbell Barton
2018-01-14Fix T53772: Presets don't support colonsCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-09-14Fix T52442: bl_app_templates_system not workingCampbell Barton
2017-09-04PyAPI: Add bpy.utils.register_classes_factoryCampbell Barton
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-03-29PyAPI: minor path init simplificationCampbell Barton
2017-03-26Cleanup: line length, assignmentCampbell Barton
2017-03-26Cleanup: simplify script path assignmentCampbell Barton
2017-03-26PyAPI: debug-python check for missing class registerCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-23bpy.path.display_name: strip spacesCampbell Barton
2016-11-18Fix T50052: bpy.utils.unregister_module doesn't unregister classes of submodu...Bastien Montagne
2016-07-30Cleanup: pep8Campbell Barton
2016-06-28Cleanup: Python importsCampbell Barton
2016-06-12Docs: Support out-of-source reference-API buildsCampbell Barton
2016-05-13Fix script_paths(check_all=True) missing script pathsCampbell Barton
2016-03-29Fix T47986: OBJ Import fails w/ imagepath encodingCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2016-01-12Fix os.path.is_subdir w/ trailing slashCampbell Barton
2015-11-16Python: use keyword only args for addon_utilsCampbell Barton
2015-11-16Cleanup: remove unused profiling from bpyCampbell Barton
2015-10-24Fix invalid exceptions w/ preview APICampbell Barton
2015-09-03PyAPI: tweak to ensure_ext don't lower entire pathCampbell Barton
2015-09-03Fix: Made bpy.path.ensure_ext compatible with compound extensions.Sybren A. Stüvel
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-08-03Fix T45644: bpy.utils.smpte_from_frame drops frameCampbell Barton
2015-06-13addon_utils default mismatch /w enable/disableCampbell Barton