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
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-07Merge branch 'master' into blender2.8Campbell Barton
2018-10-06Cleanup: BVH import/exportCampbell Barton
- Use tuple unpacking. - Remove unused operator argument.
2018-10-02port BVH format addon to Blender 2.8Jacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D3757
2015-08-05Remove redundant subclassing of 'object'Campbell Barton
2012-10-06Fix for [#32792] BVH exporter crashes on rigs with multiple roots.Bastien Montagne
In this situation, the script creates a dummy root bone... But code was buggy (and import of non-rotating bones was too).
2012-03-12maintain order from import to export (secondlife expects bone order to be ↵Campbell Barton
maintained). also use less confusing bone rotation matrix -> euler conversion on export.
2011-08-15bvh exportCampbell Barton
- add option to export root transform only (may help with secondlife compatibility) - operators are now pep8 compliant. - frame is set back to the original when export is done.
2011-07-18fix for invalid axis being allowed on import/exportCampbell Barton
2011-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-05-28update for changes in blenders apiCampbell Barton
2011-05-14support to export different rotation orders as well as pose bone native order.Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-22write \n even on windows so files can be compared between windows and linux ↵Campbell Barton
(for testing). most editors (besides notepad) will open these files without trouble.
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton