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
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.
2012-02-08code cleanup: style and typo - some edits to bypass the comments spell checker.Campbell Barton
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31remove unneeded check for parentCampbell Barton
2011-10-04fix for various errors in scriptsCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
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
- 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-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-05-14fix for importing euler rotations.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
was missing undo push as Joshua pointed out.
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-21fix for [#26148] Anomaly in bvh importCampbell Barton
zero length bones had their tail offset in the wrong direction.
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
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-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton