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
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
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 ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
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
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
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 ↵Campbell Barton
addon next).
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
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2010-12-23== formatting ==Luca Bonavita
- in wiki page urls: "File_I-O/" -> "Import-Export/" - in categories: "Import/Export" -> "Import-Export" - 1 tab to 4 spaces - some tuple formatting, just to be very picky :P
2010-12-23== hirise dtm ==Luca Bonavita
after moving the tracker page, updating info dict
2010-12-23use imp.reload() rather then reload().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?