Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-03recent change to keyframe menu broke BVH import, now don't use the operator a...Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2011-01-01BVH Importing native order eulers was broken, simplify conversion between rot...Campbell Barton
2011-01-01bvh exportCampbell Barton
2011-01-01added bvh export operator & menu item, now user accessible.Campbell Barton
2011-01-01bvh export now works correctly with matrix multiplications and rad -> deg.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2011-01-01initial 2.5x port, still need to fix up matrix multiplication orders.Campbell Barton
2011-01-01committing 2.4x bvh exporter, updating to 2.5x.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-11-20- use relative imports for packagesCampbell Barton
2010-11-15bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong defau...Campbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-20fix for error and other minor changes found while looking into bug [#23813].Campbell Barton
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-15bvh import was broken for non euler-native rotationsCampbell Barton
2010-09-12Fix [#23770] io_anim_bvh reloads the wrong moduleNathan Letwory
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-01finished moving importers and exporters into python packages (as proposed on ...Campbell Barton
2010-09-01excuse the noise, adding type's in format package names.Campbell Barton