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
2022-09-14FBX: support new color attributes, and sRGB/Linear/None colors option (T98721)Aras Pranckevicius
2022-06-13Fix T98604: FBX import does not handle some framerate codes.Bastien Montagne
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-03-28Add "Triangulate Faces" option to FBX exportSamuli Raivio
2022-02-15FBX: Add support for camera DoF/FocusDistance export (with animation).Bastien Montagne
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2022-02-07Fix missing removal of references to proxy (removed in master).Bastien Montagne
2021-09-21FBX IO: Disable performance report by default.Martin Preisler
2020-01-24Revert "FBX Import: corrected import camera. Added setting camera (invert or ...Bastien Montagne
2020-01-19FBX Import: corrected import camera. Added setting camera (invert or not inve...Spivak Vladimir (cwolf3d)
2019-10-12FBX IO: Attempt to fix compat of custom props export.Bastien Montagne
2019-10-08FBX IO: Fix pose bone custom props not being exported.Bastien Montagne
2019-08-29Add optional subdivision surface support to the FBX exporterSamuli Raivio
2019-05-11Revert "Fix (unreported) broken export due to API change."Bastien Montagne
2019-05-11Fix (unreported) broken export due to API change.Bastien Montagne
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-10-16FBX IO: cleanup: replace OrderedDict usages by regular py dicts.Bastien Montagne
2018-10-16FBX IO: add support for exporting nodal shaders.Bastien Montagne
2018-10-13FBX Import: add back basic material import.Bastien Montagne
2018-10-11FBX import: cleanup: remove 'use_cycles' parameter.Bastien Montagne
2018-10-02FBX IO: fix wrong usage of COW data in exporter in dupli instances case.Bastien Montagne
2018-09-21blender2.8 FBX IO: Fix basic dupli and anim.Bastien Montagne
2018-09-21Initial port of FBX to 2.8.Bastien Montagne
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-02-19FBX IO: add support for import & export of camera focal length animation.Bastien Montagne
2018-01-08Fix T53707: Error on export FBX object [PointLighs].Bastien Montagne
2017-06-16Attempt to fix FBX scaling issues in a different way.Bastien Montagne
2017-01-17Fix T50453: Add option to FBX export to apply render or preview modifiers.Bastien Montagne
2016-05-01Fix T48322: Proxy Armature Animations are not exported to FBX.Bastien Montagne
2016-02-17Fix T47457: FBX export: Force full keying in case Simplify factor is set to 0.0Bastien Montagne
2016-02-12FBX exporter: add option to choose which type of FBX node to use as armature.Bastien Montagne
2015-08-26Fix T45913: FBX Import: Add option to not import animations.Bastien Montagne
2015-08-12Fix T45756: FBX Export: bad handling of duplis (let's check on Object.is_dupl...Bastien Montagne
2015-07-19Fix T45487: fbx exporting weird keyframes.Bastien Montagne
2015-07-15FBX export: add option to not key first/last frames of an exported action.Bastien Montagne
2015-07-14Fix T45426: fbx exporting animation of 'noise' produced by float precision er...Bastien Montagne
2015-07-12FBX IO: Atempt to fix camera/lamp orientations issues.Bastien Montagne
2015-07-12FBX Import: Add option to not import custom normals.Bastien Montagne
2015-06-26FBX import: add a setting to define a custom animation offset value, in frames.Bastien Montagne
2015-06-23Fix T45157: FBX Import could do with better bone alignment in pure-joints arm...Bastien Montagne
2015-06-15Final step (hopefully) in unit/scale Hell.Bastien Montagne
2015-06-15Fix T45080: Scale of exported .fbx is wrong in 2.75.Bastien Montagne
2015-05-22FBX export: do not embed a same file more than once!Bastien Montagne
2015-05-18FBX export: more twisting and co to attempt fixing scale/animation issue, sti...Bastien Montagne
2015-04-14FBX IO: fix related to T44386: do not add again and again same material to a ...Bastien Montagne
2015-03-24Fix T41719: UE4 - Blender FBX Export to Unreal Engine 4 Bone Translation Error.Bastien Montagne
2015-03-09Fix T43935: FBX: Coordinate system axes exported incorrectly, resulting in a ...Bastien Montagne
2015-03-05avoid double lookup for library attrCampbell Barton