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-09Cleanup: fix typos in blender addonsBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
2022-08-08glTF: Merge glTF Material Output nodes into a single oneJulien Duroure
2022-08-06glTF: rename glTF Settings node to glTF Material OutputJulien Duroure
2022-08-06glTF importer: update commentJulien Duroure
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-05-24glTF: Replace Separate RGB shader node by new Separate Color nodeJulien Duroure
2022-03-13glTF exporter: Add glTF settings node in shader menuJulien Duroure
This menu (in Add > Output) will be displayed only if activated in addon preferences. The node is sed for AO export. This is a shortcut, avoiding user to create it him/herself
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-12-01glTF: implement occlusion strength (importer & exporter)Julien Duroure
2020-09-23glTF importer: import grayscale emissiveFactor as Emission Strength (new ↵Julien Duroure
principled socket)
2020-07-10glTF export: Fix T78754: export alpha scalar value (not coming from texture)Julien Duroure
2020-06-16glTF importer: improve the layout of nodes in the material graphJulien Duroure
2020-05-12glTF importer: implement KHR_materials_clearcoatJulien Duroure
2020-02-23glTF importer: use emission/alpha sockets on Principled nodeJulien 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-10-16glTF importer: Fix T70863 metallic texture transform fix after api changeJulien Duroure
2019-09-05glTF importer & exporter: fix texture transform after recent API changeJulien Duroure
2019-09-05glTF importer: manage KHR_texture_transform extension for all texturesJulien Duroure
2019-08-09glTF importer: manage escaped uri for texture filesJulien Duroure
2019-08-09glTF importer: check when texture file is not foundJulien 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-02-01glTF importer: Fix alpha usage in unlit materialJulien Duroure
Using emission node + is camera ray
2019-01-30glTF importer: Fix viewport color display after recent Workbench changesJulien Duroure
2019-01-27glTF importer: Manage KHR_materials_unlitJulien Duroure
2019-01-23glTF importer: fix bug when texture file is not foundJulien Duroure
2018-12-20glTF importer: Fix factor usageJulien Duroure
2018-12-15glTF importer: node tree simplificationJulien Duroure
Using color multiplication instead of separate / multiply*3 / combine
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