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
2018-01-24Fix T53875: json2fbx: error reading type specCampbell Barton
2015-06-29Fix for 'load_modules' test.Bastien Montagne
2015-05-18Fix json2fbx.py importBastien Montagne
2015-01-20FBX: Correction to the relative paths importSergey Sharybin
2014-04-02FBX: More small fixes.Bastien Montagne
2014-03-13Style cleanup (pep8).Bastien Montagne
2014-03-12Initial commit of new FBX 7.4 binary exporterBastien Montagne
What to expect: * Static export of empties, meshes, cameras and lamps, as well as materials and (image!) textures should work OK. There are a few advanced topics still TODO regarding meshes and mat/tex, though. * Custom properties from objects/meshes/lamps/cameras/armatures/bones/materials/textures are exported too (only simple ones, ints/floats/strings). * Armature export: this needs testing by people having *native* FBX aplications, linking between bones and meshes seems to work, but I have doubts about bones orientations. * Animation: still a complete TODO. Note that old FBX ASCII 6.1 exporter is still available (top dropdown in exporter's UI). Many thanks to Campbell, which did the ground work of decyphering FBX binary format and wrote basic code to read/write it.