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-06-23Fix T45157: FBX Import could do with better bone alignment in pure-joints arm...Bastien Montagne
2015-06-15Fix T45080: Scale of exported .fbx is wrong in 2.75.Bastien Montagne
2015-05-22FBX Import: fix scale handling to match again our exporter's one.Bastien Montagne
2015-04-14FBX IO: fix related to T44386: do not add again and again same material to a ...Bastien Montagne
2015-03-14Fix T43979: FBX Animation import regression.Bastien Montagne
2015-03-10Fix T43954: New FBX Importer resets UVs of imported model.v2.74-rc1Bastien Montagne
2015-03-05Fix T43899: FBX and OBJ importers after new RNA API 'cleanup'.Bastien Montagne
2015-02-22FBX import: also import 'polygon' normals as custom lnors.Bastien Montagne
2015-02-21FBX import: Add some support of (custom!!!) Max property names for materials.Bastien Montagne
2015-02-20FBX import: minor fixes (mostly, could try to load an image with None path...).Bastien Montagne
2015-02-18FBX importer: minor fix to normals import code.Bastien Montagne
2015-02-18Fix T43718: FBX: Do not 'crash' importer when there is too much data in a layer.Bastien Montagne
2015-02-09Fix T43582: FBX IO: Handling of 'smooth edges' was rather flacky on both expo...Bastien Montagne
2015-02-06Fix part of T43582: Importing Custom Normals with FBX fails.Bastien Montagne
2015-02-04FBX import: add support for custom loop normals.Bastien Montagne
2015-02-04FBX import: fix for previous change to `elem_find_first_bytes`, add new `elem...Bastien Montagne
2015-02-04FBX import: tweak a bit image/texture loading (e.g. try to use relpath first)...Bastien Montagne
2015-02-04Minor import fixes (wrong string/bytes prop handling, previous fix re meshes ...Bastien Montagne
2015-01-29Fix T43453: FBX Import: missing geometry with some messy FBX files.Bastien Montagne
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