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-03-04Cleanup: unused Python variables & importsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-10-11Fix T91169: bpy_extras.io_utils.create_derived_objects -> duplis errorCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-04-28Fix T85688: ExportHelper adds multiple file name extensionsCampbell Barton
2020-01-26Fix T73357: Multiple importers failJulian Eisel
2020-01-22PLY Import: Hide empty operator properties sidebar in file browserJulian Eisel
2019-12-02Fix T71596: Bug in io_utils api breaking only on windows.Bastien Montagne
2019-09-16Cleanup: use fixed indent in PythonCampbell Barton
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2018-12-05Fix own mistake in recent rB74361eebe68c.Bastien Montagne
2018-12-05Fix T58772: Stray "forward" and "up" options in 2.8 import addons?Bastien Montagne
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-09-30io_utils: remove `orientation_helper_factory`.Bastien Montagne
2018-09-21Py io_utils: deprecate `orientation_helper_factory` and add new `orientation_...Bastien Montagne
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
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