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
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-12io addons fix 404 manual linksmeta-androcto
2019-06-21Fix T65973: mdd export fails after recent depsgraph API changesPhilipp Oeser
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2018-10-02Port 'NewTek MDD format' addon to Blender 2.8Jacques Lucke
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
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