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
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-15glTF: export settings can now be saved/loaded as presetsJulien Duroure
2018-12-11glTF Exporter: optimizations & fixesJulien Duroure
* image optimizations * options refactoring * Fix T59047
2018-12-07Fix T58830 glTF exporter settingsJulien Duroure
2018-12-06io_scene_gltf2: quiet warningCampbell Barton
remove trailing '.'
2018-12-06glTF importer: set option descriptionsJulien Duroure
2018-12-05glTF exporter: Options tweaks, image merging fixesJulien Duroure
2018-12-04glTF: Fix & tweak glTF / Embedded / glbJulien Duroure
2018-12-04glTF: Various export fixs/enhancementsJulien Duroure
* Extras * AlphaMode, material names * fix camera export * refactoring export option * apply modifier option
2018-12-02glTF: Fix object animation importJulien Duroure
2018-12-02glTF: Fix light export + export options refactoringJulien Duroure
2018-12-02glTF: fix vertex color import + export option tweaksJulien Duroure
2018-12-01glTF: adding a tracker url for addonJulien Duroure
2018-12-01glTF : fixes for emission export, correction nodes for lights & cameraJulien Duroure
2018-11-30glTF: change name & descriptions of export optionsJulien Duroure
2018-11-29io_scene_gltf2: delay 'datetime' importCampbell Barton
2018-11-28io_scene_gltf2: correct tip (gives doc generation error)Campbell Barton
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-25​ Fixes for glTF:Julien Duroure
​ ​ * Explain difference between .gltf and .glb export in UI. ​ * Fix startup warning in console about tooltip. ​ * Lazy import modules for performance.
2018-11-24Move gltf addon to OFFICIALJulien 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