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
2022-01-20glTF importer: Implement a user extension systemJulien Duroure
2021-02-25glTF: update copyright yearJulien Duroure
2020-05-04glTF importer: better material names when using color vertexJulien 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-11-13glTF importer: code refactoring, texture node + mapping + UVMapJulien Duroure
2019-10-12glTF importer: Import extra data as custom propertiesJulien Duroure
2019-06-19glTF importer: fix alpha for unlit materialJulien Duroure
2019-05-31glTF exporter: Fix T64760, T65234: preserve alpha when exists, and image ↵Julien Duroure
exporting enhancements
2019-05-28glTF importer: import doublesided material as use_backface_culling new ↵Julien Duroure
attribute in blender materials
2019-05-23glTF: update copyright yearJulien Duroure
2019-02-01glTF importer: fix emissive factor without emissive textureJulien Duroure
2019-01-27glTF importer: Manage KHR_materials_unlitJulien Duroure
2019-01-23glTF importer: set alpha mode in viewportJulien Duroure
2018-12-15glTF importer: fix material import / vertex colorJulien Duroure
Fixed a bug when a same material sometimes uses vertex color, sometimes doesn't
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