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-03-23bpy.path.display_name: strip spacesCampbell Barton
2016-07-30Cleanup: pep8Campbell 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-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-06-13Python API: use cached translation tablesCampbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2015-03-26Fix T44137: bpy.path.is_subdir failsCampbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-07-30Fix addon crash when trying listdir a directory we have no permission to.Bastien Montagne
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-08-12bpy.path.reduce_dirs() - new utility function to de-duplicate and remove nest...Campbell Barton
2013-04-05py api additions needed for fixing [#34864].Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-08-17style cleanupCampbell Barton
2012-07-18Fix [#32135] FRAMERATE: Framerate display is truncated in selection box.Bastien Montagne
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-16py api:Campbell Barton
2011-12-11fix for bpy.path.abspath() on windows when the library argument was set and i...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-08-02Fixed a few small typos.Kent Mein
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-25fix [#28075] After the correction of No.38528 is applied, the following pheno...Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-19fix for bpy.path.abspath(), if a path was passed it would get the last direct...Campbell Barton
2011-05-19fix [#27432] [2.57/scripts/modules/bpy/path.py:169] can't concat bytes to strCampbell Barton
2011-05-06patch [#27205] Infinite recursion inside resolve_ncase() when passed a driver...Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-15py api: bpy.path.abspath(), option to return relative to a path other then th...Campbell Barton
2011-01-03recent change to keyframe menu broke BVH import, now don't use the operator a...Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-11allow addons/modules path so extension authors can develop their own shared m...Campbell Barton
2010-10-01bugfix [#24065] obj export (mtl image path)Campbell Barton
2010-09-14button to remove presets.Campbell Barton
2010-09-08addon improvements/fixesCampbell Barton
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-09[#23228] Play rendered animation is not workingCampbell Barton
2010-08-06fix for missing importCampbell Barton
2010-08-06adding back pep8 tag removed r31089.Campbell Barton
2010-08-06SVN maintenance.Guillermo S. Romero