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-03-08Group FCurves by bone name when importing from FBX or BVHNils Hasler
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Fix IO Addond Manual LinksAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-12i/o, part manual linksmeta-androcto
2019-09-03UI: New options layout for IO Add-onsJulian Eisel
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2018-10-07Merge branch 'master' into blender2.8Campbell Barton
2018-10-06Cleanup: BVH import/exportCampbell Barton
2018-10-03Cleanup: pep8Campbell Barton
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2018-10-02port BVH format addon to Blender 2.8Jacques Lucke
2018-09-28Use orientation_helper decoratorDalai Felinto
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-06-29Add missing add-on version metadataAaron Carlisle
2015-11-10Moar style & UI messages cleanup...Bastien Montagne
2015-11-07BVH addon: updated wiki linkSybren A. Stüvel
2015-11-07BVH import: better error handling & reportingSybren A. Stüvel
2015-11-07BVH import: added option to update scene from the BVH.Sybren A. Stüvel
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
2014-05-23Improve name for BVH settingCampbell Barton
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2013-03-22Minor UI message fix.Bastien Montagne
2013-03-19patch [#34683] BVH Importer, Faster import and option to use BVH animation ti...Campbell Barton
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-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-08-26added X rotate 90d on import by default, still need to to the reverse on export.Campbell Barton
2011-08-24minor syntax change to addon headersCampbell Barton
2011-08-15bvh exportCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-05-14support to export different rotation orders as well as pose bone native order.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-10fix [#26423] Import a BVH, rotate it, imported frames are deletedCampbell 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-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton