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
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2019-09-16Cleanup: use fixed indent in PythonCampbell Barton
2019-03-17Cleanup: unused variablesCampbell Barton
2018-09-10Fix image_utils.py's load_image() helper.Bastien Montagne
2018-07-03Cleanup: pep8Campbell Barton
2016-03-29Fix T47986: OBJ Import fails w/ imagepath encodingCampbell Barton
2016-02-08Fix T47360: Image loading fails when accessible from the CWDCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2015-10-05Image Py API: Expose 'load_exists' to RNA image load(), and extend load_image...Bastien Montagne
2013-08-15fix [#36455] importing obj data after saving doesn't workCampbell Barton
2013-08-12image_load() utility function's 'recursive' option wasn't functional since 2.4xCampbell Barton
2013-04-05py api additions needed for fixing [#34864].Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-02-16fix [#30201] bpy_extras.image_utils.load_image always returns placeholderCampbell Barton
2011-12-10fix for error in bpy_extras.image_utils.load_image() when the image file exis...Campbell Barton
2011-12-10fix for bpy_extras.image_utils.load_image() making a placeholder image when p...Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-05-31fix for mistake in case insensitive image load.Campbell Barton
2011-05-30missed this import when moving load image function.Campbell Barton
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell Barton
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
2011-05-16move generic bpy helper modules into bpy_extras.Campbell Barton