Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-04Cleanup: quiet warningsCampbell Barton
2017-06-15io_convert_image_to_mesh_img fix bl_infometa-androcto
2017-06-15io_convert_image_to_mesh_img: complete rewrite: T51754meta-androcto
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-01version bumpTim Spriggs
2012-05-01use bmesh.from_pydata instead of mesh.facesTim Spriggs
2012-03-15code cleanup + optimizations from Chris Van HorneTim Spriggs
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
2011-07-11cleanupCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2010-12-23== formatting ==Luca Bonavita
2010-12-23== hirise dtm ==Luca Bonavita
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-22commit latest version of the IMG converter for Tim Spriggs.Stephen Swaney