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-07-07glTF importer/exporter: Manage some official Khronos Extensions about MaterialsJulien Duroure
KHR_materials_ior KHR_materials_sheen KHR_materials_specular KHR_materials_transmission KHR_materials_variants KHR_materials_emissive_strength KHR_materials_volume Documentation update is still in progress
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-07-10gltf exporter: Fix T76677 primitive extraction code refactoringJulien Duroure
2020-05-04glTF: code cleanup - remove no more needed importJulien 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: rewrite material importJulien Duroure
2019-12-06glTF importer: better names for UVMap and VertexColorJulien Duroure
2019-11-13glTF importer: code refactoring, texture node + mapping + UVMapJulien Duroure
2019-11-09glTF importer: use vertexcolor node instead of attributenodeJulien Duroure
2019-09-05glTF importer & exporter: fix texture transform after recent API changeJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
2019-05-13Shaders: update for color space moving from node to image datablockBrecht Van Lommel
2019-04-19glTF importer: Manage KHR_texture_transform extensionJulien Duroure
2019-01-23glTF importer: fix bug when texture file is not foundJulien Duroure
2018-12-15glTF importer: Fix bad socket used in node tree for vertex colorJulien Duroure
2018-12-04glTF importer: fix bug when vertex color + texture + SpecGlo extensionJulien 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