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
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2019-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-01-21Fix calls to object.transform_ apply due to API changesJacques Lucke
The parameter defaults were changed in rB0c829e8240eebd7ce4ed9d61f8682c0d6bf534f4
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
Differential Revision: https://developer.blender.org/D3746
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
- Use tuple unpacking. - Remove unused operator argument.
2018-10-03BVH: count no longer needs to be a keyword argCampbell Barton
2018-10-02port BVH format addon to Blender 2.8Jacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D3757
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2015-11-10Moar style & UI messages cleanup...Bastien Montagne
2015-11-09UI message fixes (no end point) and style cleanup ('' for data [like enums ↵Bastien Montagne
etc.], "" for text, in our py style).
2015-11-07BVH import: better error handling & reportingSybren A. Stüvel
Errors are now reported to the user via Operator.report(), instead of either being printed to the terminal or raised as an exception. Updating the scene is now performed in separate functions, to make it easier to control execution flow in the case of broken BVH files. The 'filepath' argument to the import_bvh.load() function is no longer optional, and all following arguments are now keyword-only. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D1609
2015-11-07BVH import: added option to update scene from the BVH.Sybren A. Stüvel
This commit adds two options to the BVH importer to adjust the scene's frame rate and duration to that of the BVH file. Since different BVHs have different frame rates, this makes it possible to import BVH files for inspection in Blender without having to manually open the BVH file to find its frame rate and duration. The scene is only extended to fit the BVH file, and never shortened. There already exists an option for the opposite, to scale the BVH animation data to the scene's frame rate. This did not take into account the scene.render.fps_base property, which is also fixed by this commit. This closes task T34919. Reviewers: campbellbarton Reviewed By: campbellbarton Maniphest Tasks: T34919 Differential Revision: https://developer.blender.org/D1608
2015-08-05Remove redundant subclassing of 'object'Campbell Barton
2013-11-19T35358: Fix for addons using raise without Exception object. TODO: Find ↵CoDEmanX
better way to terminate addons and inform user. More py 2.x leftovers in startup/bl_operators/uvcalc_*!
2013-03-19pep8 cleanupCampbell Barton
2013-03-19patch [#34683] BVH Importer, Faster import and option to use BVH animation ↵Campbell Barton
timing from Luke Tokheim (luketokheim)
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-04-03style cleanup: pep8Campbell Barton
2012-03-16Pedantic comment correctionSebastian Nell
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
2011-12-31remove unneeded check for parentCampbell Barton
2011-10-04fix for various errors in scriptsCampbell Barton
2011-08-26added X rotate 90d on import by default, still need to to the reverse on export.Campbell 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-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-02-21fix for [#26148] Anomaly in bvh importCampbell Barton
zero length bones had their tail offset in the wrong direction.
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton