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-10-20BVH Import: fix scene FPS adjustmentSybren A. Stüvel
2022-10-14Cleanup: fix typosBrecht Van Lommel
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
2021-12-01Cleanup: trailing space & tabs to spacesCampbell 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-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-05-17Update for Depsgraph API changesPhilipp Oeser
2019-01-21Fix calls to object.transform_ apply due to API changesJacques Lucke
2018-11-08Update for changes in Blender's APICampbell Barton
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-07Merge branch 'master' into blender2.8Campbell Barton
2018-10-07Cleanup: minor BVH style editsCampbell Barton
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-03BVH: count no longer needs to be a keyword argCampbell Barton
2018-10-02port BVH format addon to Blender 2.8Jacques Lucke
2018-09-28Use orientation_helper decoratorDalai Felinto
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
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-09UI message fixes (no end point) and style cleanup ('' for data [like enums et...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-08-05Remove redundant subclassing of 'object'Campbell Barton
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-11-19T35358: Fix for addons using raise without Exception object. TODO: Find bette...CoDEmanX
2013-03-22Minor UI message fix.Bastien Montagne
2013-03-19pep8 cleanupCampbell Barton
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-10-06Fix for [#32792] BVH exporter crashes on rigs with multiple roots.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne