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 (Collapse)Author
2022-03-29glTF exporter: Fix T96517 better instance management when no modifiersJulien Duroure
2022-03-02glTF exporter: Big refactoringJulien Duroure
- precompute tree before export - manage collections / instances / linked - use custom cache to avoid name collision - animations are baked from world matrix More info on https://github.com/KhronosGroup/glTF-Blender-IO
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-03-20glTF export: manage collection instances / linked collection / armature proxyJulien Duroure
2020-03-05glTF exporter: avoid crash using compositor rendering for image generationJulien Duroure
2020-02-22glTF: remove 2.79 on upstream repositoryJulien Duroure
Files are no more computed to remove 2.79 code here, so some little modification on files can be found
2020-02-20glTF exporter: fix some strange reference error in blender api when ↵Julien Duroure
exporting shapekeys / ApplyModifier
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-10-12glTF importer: Import extra data as custom propertiesJulien Duroure
2019-09-13glTF exporter: Fix skinning space / Inverse Bind MatrixJulien Duroure
2019-08-23glTF exporter: fix shapekeys animation exportJulien Duroure
Animation channels must be sorted in exactly same order than shapekeys
2019-06-28glTF export: fix shapekeys name exportJulien Duroure
2019-06-14glTF exporter: fix regression about exporting with applied modifiers, cache ↵Julien Duroure
enhancement
2019-06-06glTF exporter: Manage material at object level: instances with different colorsJulien Duroure
2019-05-28glTF exporter: export shapekeys names as target namesJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
2019-01-09glTF export: enhancement & fixes:Julien Duroure
* implement KHR_materials_unlit export * Fix primitive restart values * Fix jpg uri/mime type * Fix bug when image has no color channels * Check animation has actions * Ignore meshes without primitives * Fix materials when not selected in export settings * Improve error message for invalid animation target type * Animation with errors are ignored, but export continues * Export of BaseColorFactor
2018-12-04glTF: Various export fixs/enhancementsJulien Duroure
* Extras * AlphaMode, material names * fix camera export * refactoring export option * apply modifier option
2018-11-24Initial commit of glTF 2.0 importer/exporterJulien Duroure
Official Khronos Group Blender glTF 2.0 importer and exporter. glTF specification: https://github.com/KhronosGroup/glTF The upstream repository can be found here: https://github.com/KhronosGroup/glTF-Blender-IO Reviewed By: Bastien, Campbell Differential Revision: https://developer.blender.org/D3929