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-05-27Fix T51627: .mdd & .pc2 exporters never releasing temp mesh data.Bastien Montagne
2016-04-26Make rest-frame optional (default off)Campbell Barton
2016-04-26Cleanup: remove unused operator argsCampbell 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
2013-04-11Fix #34607: MDD import should default to linear instead of bezier keyframeBrecht Van Lommel
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-12-09initialize start_frame/end_frame from the scene, dont transform the verts on ...v2.65av2.65Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-01-14remove api field, was never used.Campbell Barton
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
2011-08-29patch [#28311] Fix MDD import for blender 2.59Campbell Barton
2011-08-24minor syntax change to addon headersCampbell Barton
2011-08-02pep8 style edits.Campbell Barton
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-11cleanupCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-14update for changes in rna apiCampbell Barton
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
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-15move MDD io from svn into extensions.Campbell Barton