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 (Collapse)Author
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
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-01use bmesh.from_pydata instead of mesh.facesTim Spriggs
2012-03-15code cleanup + optimizations from Chris Van HorneTim Spriggs
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2010-12-22commit latest version of the IMG converter for Tim Spriggs.Stephen Swaney
from [#24897] Import a HiRISE DTM formatted as a PDS IMG file Do we have this named correctly now?