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 (Expand)Author
2014-10-01Grr, fix for previous FBX commit.Bastien Montagne
2014-09-30Fix T41999: "bake transformation" feature was not implemented for shapes.Bastien Montagne
2014-09-19FBX IO: Better info in header about blender & addon versions used to generate...v2.72-rc1Bastien Montagne
2014-09-19FBX IO: Cleanup: fix stupid typo in func name!Bastien Montagne
2014-09-19Fix T41766: FBX (binary) exporter does not export actions with one frame anim...Bastien Montagne
2014-08-14FBX IO: Minor changes/fixes to cameras.Bastien Montagne
2014-08-12Grr, yet another FBX export material fix, hope this is the last!Bastien Montagne
2014-08-11Fix T41405: FBX export issue with 2.71.3 Hash: ee8dafe.Bastien Montagne
2014-08-11FBX Export: export dummy default material instaed of nothing, when handlingBastien Montagne
2014-08-11Fix T41396: FBX export fails with some very simple material setups.Bastien Montagne
2014-08-10FBX export: add support for ortho cameras.Bastien Montagne
2014-08-08Fix T41316: FBX exporter in Blender cause artifacts to appear on meshes with ...Bastien Montagne
2014-08-01FBX Import: add support for custom propertiesJens Ch. Restemeier
2014-08-01FBX IO Cleanup: add a global settings namedtuple to importer too, and rename ...Jens Ch. Restemeier
2014-07-31Cleanup: pep8 (to some extent :/ )Bastien Montagne
2014-07-30Fix T41238: FBX exporter corrupts model's pose.Bastien Montagne
2014-07-30FBX: abbreviate custom_properties -> custom_propsCampbell Barton
2014-07-20FBX IO: fix handling or rigged meshes transformations.Bastien Montagne
2014-07-17FBX export: fix dummy typo!Bastien Montagne
2014-07-06FBX export: rework animation handling, and add shapes animation support.Bastien Montagne
2014-07-06FBX export: add shape keys support (no anim yet).Bastien Montagne
2014-07-06FBX io: more cleanup.Bastien Montagne
2014-07-06Some minor cleanup, mostly enhance reload (F8) behavior!Bastien Montagne
2014-07-04Fix own mistake in recent template commit, also add 'Other' type of geometrie...Bastien Montagne
2014-07-04Update Unity preset.Bastien Montagne
2014-07-02Fix T40904: FBX exporter does not store parameter, which is used in FBX SDKs ...Bastien Montagne
2014-06-17FBX export: do not export textures from non-enabled material texslots.Bastien Montagne
2014-06-17FBX export: always export enabled textures, even if they have a null influence.Bastien Montagne
2014-06-09FBX io: add support for the 'visibility' option (though in Blender it's a boo...v2.71-rc1v2.71Bastien Montagne
2014-06-06Fix T40516: Binary FBX export missing deform bones only option.Bastien Montagne
2014-05-23FBX export: Fix a nasty bug related to animation baking, that would leave mat...Bastien Montagne
2014-05-23FBX export: Fix error with empty metarial slots!Bastien Montagne
2014-05-23FBX export: fix/enhance 'clean anim curves' code, to avoid writing curves for...Bastien Montagne
2014-05-23FBX export: animcurves: no need to cheat here, we do export linear only, say it!Bastien Montagne
2014-05-22FBX export: fix some issues with 'Embed' option of textures.Bastien Montagne
2014-05-20Fix T40274: FBX Export: Group instances export a "No Material" materialBastien Montagne
2014-05-16Fix T40216: Binary FBX exporter doesn't export proper materials to Unity when...Bastien Montagne
2014-05-11FBX io: better handling for orientation and scale.Bastien Montagne
2014-05-11Rename export_fbx_bin_utils to fbx_utils, since some of its content will be u...Bastien Montagne
2014-05-09FBX export: fix armature binding broken after refactor.Bastien Montagne
2014-05-09FBX export: split huge export_fbx_bin.py in two.Bastien Montagne
2014-05-09FBX export: Huge refactor of 'Model' part of the code, and fix exporting inst...Bastien Montagne
2014-05-08Fix T40091: FBX Export: Python error with dupligroupsBastien Montagne
2014-05-08FBX export: force to write animcurves even when we could avoid it (only one v...Bastien Montagne
2014-05-08FBX export: and yet another fix... :/Bastien Montagne
2014-05-08FBX export: fix stupid refactor 'typo'.Bastien Montagne
2014-05-07FBX export: Add support for dupliobjects (either children, or particles).Bastien Montagne
2014-05-07FBX export: various minors tweaks and fixes.Bastien Montagne
2014-05-06Fix T40040: Binary FBX export only exports one action.Bastien Montagne
2014-05-06FBX export: do not apply Armature modifiers when we export armature objects, ...Bastien Montagne