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-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
2015-06-13Python API: use cached translation tablesCampbell Barton
2015-06-08rename wiki -> manualCampbell Barton
2015-05-17Fix own error deleting previewsCampbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2015-05-12PyAPI: Remove release method, just use delitemCampbell Barton
2015-05-12Doc: add bpy.utils.previewsCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-02Turn bpy.utils into a package, so that we can easily add submodules to it.Bastien Montagne
2015-03-26Fix T44137: bpy.path.is_subdir failsCampbell Barton
2015-01-28cleanup: py importsCampbell Barton
2015-01-23PyAPI: avoid scanning all addons on startupCampbell Barton
2015-01-23Cleanup: replace deprecated imp -> importlibCampbell Barton
2014-12-18PyAPI: disallow assigning members to 'bpy.ops'Campbell Barton
2014-10-28Cleanup: remove redundant 'object' parent classCampbell Barton
2014-08-26Correct docstringsCampbell Barton
2014-08-26Fix T41584: bpy.utils.time_from_frame out by a dayCampbell Barton
2014-07-30Fix addon crash when trying listdir a directory we have no permission to.Bastien Montagne
2014-06-17New python API for units handling.Bastien Montagne
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-03-13Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop.Bastien Montagne
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2014-02-19PyAPI: bpy.ops was showing 'module' in autocomplete outputCampbell Barton
2014-02-19Keymap: load/save improvementsCampbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-10-16style cleanupCampbell Barton
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton