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
2019-03-27Fix T62984: Backtrace when importing FBX file from the Unity asset store.Bastien Montagne
2019-03-13Fix T54412: backport fix already done in master (2.8) some time ago...Bastien Montagne
2018-12-19Fix invalid string comparisonsCampbell Barton
2018-12-13FBX export: skip special properties when exporting custom propertiesPhilipp Oeser
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-10FBX: remove ASCII6.1 export support.Bastien Montagne
2018-09-10Fix T56732: FBX camera import fails with assert(fbx_props[0] is not None).Bastien Montagne
2018-08-05Fix T55022: [fbx] when enable use tangent space ,it's throw bug.Bastien Montagne
2018-03-19Fix T54354: FBX addon fails on "blen_read_shape" for fome fbx files.Bastien Montagne
2018-02-19Grrr, forgot to increase FBX addon version in previous commit...Bastien Montagne
2018-02-19FBX IO: add support for import & export of camera focal length animation.Bastien Montagne
2018-02-19FBX Export: Fix shapekeys w/ object materialsCampbell Barton
2018-01-24Fix T53875: json2fbx: error reading type specCampbell Barton
2018-01-22Fix T53812: FBX import fails with long custom property names.Bastien Montagne
2018-01-22Fix T53841: Can not import .obj or .fbx generated from Marvelous DesignerBastien Montagne
2018-01-08Fix T53707: Error on export FBX object [PointLighs].Bastien Montagne
2017-11-06Fix T53254: Fbx import assertion error on some Enum custom property.Bastien Montagne
2017-10-31Add option to control FBX 'empty' type through a string custom property in Bl...Bastien Montagne
2017-10-31Fix T53202: Complex armature with bone constraints, FBX export bug.Bastien Montagne
2017-10-31Fix T53209: FBX exporter: Add very basic diffuse-color exporting for node-bas...Bastien Montagne
2017-10-19Fix T53103: FBX: Add diffuse_color material animation import.Bastien Montagne
2017-10-18Fix T53065: stupid animation linked to nothing in FBX file broke import.Bastien Montagne
2017-10-05Fix (unreported) broken FBX import after adding forth alpha component to vcol.Bastien Montagne
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2017-09-20Fix T52846: Wrong normals when importing FBX from Revit.Bastien Montagne
2017-09-04Fix part of T52649: When using 'selected objects' option, export could fail.Bastien Montagne
2017-07-20FBX exporter: Fix broken non-mesh geometry export.Bastien Montagne
2017-07-11Fix T52029: Blender 2.78a doesn't import user properties from FBX file.Bastien Montagne
2017-06-16Attempt to fix FBX scaling issues in a different way.Bastien Montagne
2017-05-27Move FBX importer's Cycles material 'convertor' to modules.Bastien Montagne
2017-03-19FBX IO: remove usage of register_module.Bastien Montagne
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-02-28Cleanup: Greyscale --> GrayscaleAaron Carlisle
2017-02-01Fix T50566: FBX import fails to read file exported from ModoBastien Montagne
2017-01-17Fix T50453: Add option to FBX export to apply render or preview modifiers.Bastien Montagne
2016-11-25Fix T50101: FBX Import only works once per session.Bastien Montagne
2016-11-18Fix T50045: FBX Export Scale (global_scale) is applied twice.Bastien Montagne
2016-10-31Fix T49873: FBX exporter not handling correctly Object-assigned materials.Bastien Montagne
2016-10-24FBX: enable import of 7500 (FBX2016) files.Bastien Montagne
2016-10-24FBX: Fix fbx2json tool for 7500 FBX files (FBX2016).Bastien Montagne
2016-09-22Fix T49412: We do not support FBX 7500 and above, at least properly report it...Bastien Montagne
2016-08-30Fix T49197: all virtual leaf bones had same uuid.Bastien Montagne
2016-07-31Fix T48977: rigged meshes' animation is not really supported in FBX.Bastien Montagne
2016-06-24Fix T48713: Problem when importing FBX file with 2 armatures.Bastien Montagne
2016-06-10Fix T48631: FBX setting "bake_anim_use_nla_strips": True, fails to export uni...Bastien Montagne
2016-05-01Fix T48322: Proxy Armature Animations are not exported to FBX.Bastien Montagne
2016-04-29Enable material transparency when its alpha is below 1.0.Sandy Carter
2016-04-08Fix T48089: Animation won't export to FBX in case active action is read-only ...Bastien Montagne
2016-02-17Fix T47457: FBX export: Force full keying in case Simplify factor is set to 0.0Bastien Montagne
2016-02-15Don't use context.active_objectCampbell Barton