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-08-17glTF exporter: add commentJulien Duroure
2022-08-06glTF exporter: add bufferView Target at exportJulien Duroure
2022-07-13glTF exporter: Manage all 4 types of Vertex Colors (corner/point - byte/float)Julien Duroure
2022-04-29glTF exporter: normalize skin weights also for all influence modeJulien Duroure
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-09-05glTF exporter: store vertex colors as normalized ushortsJulien Duroure
2020-09-05glTF exporter: perf: use numpy to speedup primitive extractJulien Duroure
2020-08-08glTF exporter: Export joint indices as uint8 when possibleJulien Duroure
2020-07-21glTF exporter: performance: using numpyJulien Duroure
Thanks scurest!
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-05-23glTF: update copyright yearJulien Duroure
2019-02-14glTF exporter: Auto limit and normalize skin weightsJulien Duroure
2018-11-27glTF addon: updates from upstreamJulien Duroure
* invalidate cache for multiple exports * exporter: support KHR_lights_punctual * fixed lights * disable export all layers * fixed texture slot images stalling export * option to enable exporting more than 4 influences from upsteam commit 26699c476211add92d13df0a284b8df2f08acb3e to upstream commit 7a8f733fc446cfb3880a8c1658bccf94bcfd456c
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