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-06-25glTF importer: Add missing image nameJulien Duroure
2022-02-16Cleanup: trailing spaceCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-02-01Fix T95300: glTF importer: fix import binary imagesJulien Duroure
2022-01-20glTF importer: Implement a user extension systemJulien Duroure
2022-01-20glTF importer: use relative path when possibleJulien Duroure
2021-12-18glTF importer: performance enhancement when images are packedJulien Duroure
2021-02-25glTF: update copyright yearJulien Duroure
2021-01-04glTF importer: create placeholder images for files that can't be loadedJulien Duroure
2020-04-18glTF importer: use friendly filenames for temp image filesJulien Duroure
2020-03-28glTF importer: add extension to tmp file generated when importing texturesJulien Duroure
2020-03-11glTF importer: fix bug on windows, use absolute pathJulien 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-01-29glTF importer: simplify/cleanup image importJulien Duroure
2020-01-24glTF importer: fix importing with missing textureJulien Duroure
2019-11-13glTF importer: code refactoring, texture node + mapping + UVMapJulien Duroure
2019-09-17glTF importer: remove workaround now that T69857 is fixedJulien Duroure
2019-09-13glTF importer: Workaround for image not loaded (see T69857)Julien Duroure
2019-08-09glTF importer: manage escaped uri for texture filesJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
2019-04-28glTF importer: fix bug in texture mapping when image is sharedJulien Duroure
2019-04-20glTF: better occlusion map managementJulien Duroure
At import, create a node group where you can link an image texture At export, use this node group to create correctly the material TODO: doc update
2019-04-19glTF importer: Manage KHR_texture_transform extensionJulien Duroure
2019-01-23glTF importer: fix bug when texture file is not foundJulien Duroure
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