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: Manage skinning when some vertices are not weights at allJulien Duroure
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-09-05glTF importer: refactoring/code cleanupJulien Duroure
2020-09-05gTF importer: perf: ensure normalized accessors decode to float32sJulien Duroure
2020-07-21glTF importer: performance: rewrite importer using numpyJulien Duroure
Thanks scurest!
2020-05-04glTF: code cleanup - remove no more needed importJulien Duroure
2020-04-18glTF importer: use friendly filenames for temp image filesJulien 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
2019-11-09glTF importer: accessor decoding enhancementsJulien Duroure
2019-10-31glTF importer: enhancement of buffer/glb managementJulien Duroure
2019-10-01glTF importer: more perfJulien Duroure
2019-09-26glTF importer: refactoring accessor cachingJulien Duroure
2019-08-09glTF importer: manage escaped uri for texture filesJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
2019-01-23glTF importer: fix bug when texture file is not foundJulien Duroure
2019-01-06glTF importer: fix normalization issueJulien 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