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-04-22glTF exporter: add general material hook for unlit materialsJulien Duroure
2022-03-29glTF exporter: Fix transmission exportJulien Duroure
2022-03-13glTF exporter: Manage active UVMap correclty, when there is no UVMap used in ↵Julien Duroure
node tree
2022-03-10Cleanup: trailing spaceCampbell Barton
2022-03-03glTF exporter: fix PBR values when emission node is usedJulien Duroure
2022-03-02glTF exporter: Big refactoringJulien Duroure
- precompute tree before export - manage collections / instances / linked - use custom cache to avoid name collision - animations are baked from world matrix More info on https://github.com/KhronosGroup/glTF-Blender-IO
2022-02-12Merge branch 'blender-v3.1-release'Julien Duroure
2022-02-12glTF exporter: Option to not export texture imagesJulien Duroure
2022-02-12Merge branch 'blender-v3.1-release'Julien Duroure
2022-02-12glTF exporter: manage factors for Clearcoat extensionJulien Duroure
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-02-25glTF: update copyright yearJulien Duroure
2020-09-18glTF exporter: support KHR_materials_unlitJulien Duroure
2020-09-17glTF exporter: fix UVMap export when ORM are using different mapsJulien Duroure
2020-09-17glTF exporter: Manage emission strength in materialsJulien Duroure
2020-09-05glTF exporter: refactor: unify texture info functionsJulien Duroure
2020-09-05glTF exporter: materials: export factors from MULTIPLY nodesJulien Duroure
2020-09-05glTF: manage KHR_materials_unlitJulien Duroure
2020-06-23glTF exporter: texture slots: code cleanupJulien Duroure
2020-06-16glTF exporter: allow combining different-sized textures (eg for ORM)Julien 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
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-10-12glTF importer: Import extra data as custom propertiesJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
2019-05-07glTF exporter: image texture: manage rough without metal, metal without roughJulien 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-02-27glTF exporter: Fix emission factor exportingJulien Duroure
2019-02-21glTF exporter: various fixes / enhancementsJulien Duroure
* export double-sided mesh flag * add export time logging * Enhacement of export at current frame / frame 0 management
2019-01-29glTF exporter: Various enhancements:Julien Duroure
* reconect the double-sided flag from the old custom node system * remove empty texture transform extensions * Export of non-number array of custom properties
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
2018-12-18glTF exporter: various fixes & enhancementJulien Duroure
* Fix some Yup conversions * reading material from glTF node group material if exists * Fix normal export * Round transforms near 0 and 1 * Fix exporting from Edit mode * Various image format management
2018-12-05glTF exporter: Options tweaks, image merging fixesJulien Duroure
2018-12-04glTF: Various export fixs/enhancementsJulien Duroure
* Extras * AlphaMode, material names * fix camera export * refactoring export option * apply modifier option
2018-12-01glTF : fixes for emission export, correction nodes for lights & cameraJulien 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