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
2015-05-17Cleanup: pep8Campbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2015-03-24Fix T44089: All addons do not use same default for orientations.Bastien Montagne
2015-01-14PyAPI: name OrientationHelper (io prefix in module name already)Campbell Barton
2015-01-14Py IO utils: Add helper class to handle orientation (axes).Bastien Montagne
2014-02-13Code cleanup: styleCampbell Barton
2013-08-18More "relpath" try/except protection...Bastien Montagne
2013-04-10py api: path_reference_copy() use try/except when copying images, can fail fo...Campbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-15fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / ex...Campbell Barton
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2011-12-22update axis conversion for recent matrix changesCampbell Barton
2011-12-06attempt to fix defione for qtcreator project file and cycles define.Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-15py api - optional sep argument for bpy_extra.io_utils.unique_name() since for...Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-03fix [#28151] export OBJ don't save the extensionCampbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-28fix error in writing dupligroups for X3D export, may have effected other expo...Campbell Barton
2011-07-18fix [#27971] Blender OBJ export with Z-Up setting produces an error and failsCampbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-06-02addons now show expanded list again (since Brecht's commit now makes it fast)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-24lookup table for axis conversion was wrong in some places.Campbell Barton
2011-05-24bpy_extras.io_utils.axis_conversion() was returning wrong matrix.Campbell Barton
2011-05-16move generic bpy helper modules into bpy_extras.Campbell Barton