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-02-12glTF: Merge masterJulien Duroure
2022-02-01glTF exporter VTreeJulien Duroure
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