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-04-22glTF exporter: performance : better way to detect weird imagesJulien Duroure
2022-04-22glTF exporter: No texture export when original can't be retrievedJulien Duroure
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-20glTF exporter: Better jpeg image detectionJulien Duroure
2021-07-04glTF exporter: Add option to keep original texture filesJulien Duroure
WARNING: if you use more than one texture, where pbr standard requires only one, only one texture will be used. This can lead to unexpected results
2021-02-25glTF: update copyright yearJulien Duroure
2020-11-30glTF exporter: fix export when texture is used only for alphaJulien Duroure
2020-06-23glTF exporter: texture slots: code cleanupJulien Duroure
2020-06-16glTF exporter: small bugfix for occlusion texturesJulien Duroure
2020-05-04glTF: code cleanup - remove no more needed importJulien Duroure
2020-04-18glTF exporter: don't combine image names if they're all from the same fileJulien Duroure
2020-04-11glTF exporter: less naive file format detection for texturesJulien Duroure
2020-03-11glTF exporter: new feature: KHR_materials_clearcoat exportJulien 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-29Merge branch 'blender-v2.82-release'Julien Duroure
2020-01-29glTF exporter: texture, fix some alpha issueJulien Duroure
2020-01-23glTF exporter: image options changeJulien Duroure
2020-01-04glTF exporter: Performance improvment on image exportJulien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-11-30glTF exporter: remove unused codeJulien Duroure
2019-08-25glTF exporter: Fix T68822 speedup pixel transfer from blender to numpyJulien Duroure
if more speed is needed, we will need to check API side
2019-08-03glTF exporter: add alpha export supportJulien Duroure
2019-05-31glTF exporter: Fix T64760, T65234: preserve alpha when exists, and image ↵Julien Duroure
exporting enhancements
2019-05-23glTF: update copyright yearJulien Duroure
2019-05-14glTF exporter: fix various animation & texture exportJulien Duroure
2019-05-07glTF exporter: image texture: manage rough without metal, metal without roughJulien Duroure
2019-04-28glTF exporter: Combine names when combining different images into oneJulien 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-16glTF exporter: fix texture image exportJulien Duroure
2019-04-15glTF exporter: use extension from filename, not from image nameJulien Duroure
2019-04-14glTF exporter: fix texture image export when extension is uppercaseJulien Duroure
2019-04-09glTF exporter: fix / enhancement of texture images exportJulien Duroure
2019-03-23glTF exporter: support empty imagesJulien Duroure
2019-03-07glTF exporter: fix file extension recognition for packed imagesJulien Duroure
2019-01-09glTF export: enhancement & fixes:Julien Duroure
* implement KHR_materials_unlit export * Fix primitive restart values * Fix jpg uri/mime type * Fix bug when image has no color channels * Check animation has actions * Ignore meshes without primitives * Fix materials when not selected in export settings * Improve error message for invalid animation target type * Animation with errors are ignored, but export continues * Export of BaseColorFactor
2019-01-03glTF exporter: various fixes/enhancements:Julien Duroure
* enhancement for vertex weights export * export animation only if checkbox is ticked * use unsigned short or unsigned int for indices * Fix T60012 metallic and roughness image export (channels not in same image)
2018-12-11glTF Exporter: optimizations & fixesJulien Duroure
* image optimizations * options refactoring * Fix T59047
2018-12-05glTF exporter: Options tweaks, image merging fixesJulien Duroure
2018-12-04glTF: Fix & tweak glTF / Embedded / glbJulien Duroure
2018-12-02glTF: Fix light export + export options refactoringJulien 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