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
2015-01-06Fix T43141: FBX import issue with rigged character.Bastien Montagne
2015-01-06FBX import: Cleanup.Bastien Montagne
2015-01-04FBX import: Fix two stupid errors in recent reaftor, breaking mat idx import.Bastien Montagne
2015-01-02Fix T43095: FBX import: refactor mesh 'layers' handling.Bastien Montagne
2014-12-20Fix T42912: FBX export: Parenting to bones was broken.Bastien Montagne
2014-12-19Fix importer adding needless empty to armatures.Bastien Montagne
2014-12-12Fix T42683: do not crash on importing trashy FBX files.Bastien Montagne
2014-11-20FBX Import: Long time request/todo: assign first read action to object automa...Bastien Montagne
2014-11-20Fix T42482: FBX import issue when scale is not 1.0.Bastien Montagne
2014-11-13Fix T42586: Error when attempting to export FBX (non-invertible matrix).Bastien Montagne
2014-11-01Fix T42410: FBX Import: in **some** cases, se have to ignore pre/post rotatio...Bastien Montagne
2014-10-09Fix T42135: FBX Exporter Armature not linked to mesh.Bastien Montagne
2014-10-08Merged experimental code in 'stable' addon (mainly Jens Restemeier's summer w...Bastien Montagne
2014-09-06Fix T41712: tris, do not allow zero-length bones.Bastien Montagne
2014-09-06Fix T41712: bis - we can run into some cases where objects or bones have dege...Bastien Montagne
2014-09-04Fix T41712: [FBX Importer] Does not impor fbx modelBastien Montagne
2014-08-14FBX IO: Minor changes/fixes to cameras.Bastien Montagne
2014-08-01FBX Import: Various minor fixes:Jens Ch. Restemeier
2014-08-01FBX importer: Fixed infinite loop in animation importer.Jens Ch. Restemeier
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-30Revert "FBX import: do not fail on missing/unreadable image file."Bastien Montagne
2014-07-30FBX Import: Fix cornercase where some files only have one weight in case it's...Bastien Montagne
2014-07-30Fix T41245: FBX import error.Bastien Montagne
2014-07-30FBX import: do not fail on missing/unreadable image file.Bastien Montagne
2014-07-22FBX import: Minor optimization.Bastien Montagne
2014-07-21FBX import: add basic support for animation.Bastien Montagne
2014-07-20FBX IO: fix handling or rigged meshes transformations.Bastien Montagne
2014-07-17FBX import: use new mesh's 'validate_material_index' helper.Bastien Montagne
2014-07-13FBX import; add support for shapes (no animation yet).Bastien Montagne
2014-07-13FBX import: Add static armature support (no animation yet).Bastien Montagne
2014-07-13FBX Import: rework a bit transform code (this is needed for armature & anim h...Bastien Montagne
2014-07-13Simplify Export transformations handling, some other minor cleanup.Bastien Montagne
2014-07-12Fix T41015: FBX importer does not check material indices of polygons are valid.Bastien Montagne
2014-07-06Forgot this in previous commit :/Bastien Montagne
2014-07-06FBX io: more cleanup.Bastien Montagne
2014-07-06Some minor cleanup, mostly enhance reload (F8) behavior!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-05-11FBX import: forgot to cleanup in latest commit, sorry.Bastien Montagne
2014-05-11FBX io: better handling for orientation and scale.Bastien Montagne
2014-05-06Fix T40041: Incorrect UVs with FBX export.Bastien Montagne
2014-04-14FBX import: fix for newest FBX format (>= 7.4) using no more leading 'K' in t...Bastien Montagne
2014-03-13Style cleanup (pep8).Bastien Montagne
2014-03-12Initial commit of new FBX 7.4 binary exporterBastien Montagne
2013-12-18Fix for error in r4790 index data isn't always requiredCampbell Barton
2013-11-29Fix T37553: Some FBX files have some '-1' (invalid) indices in mapped layersCampbell Barton
2013-11-10Import FBX: correct behavior for empty FBX files (no 'Objects' nor 'Connectio...Bastien Montagne
2013-10-09fix [#36995] FBX Importer does not import fbx modelCampbell Barton
2013-09-26support for texture UV wrap on cycles materials.Campbell Barton