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: fix active scene export + option to use only active sceneJulien Duroure
2022-03-29glTF exporter: Manage skinning when some vertices are not weights at allJulien 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-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-02-06glTF exporter: remove proxy managementJulien Duroure
2021-08-23glTF export: Add merge_animation_extensions_hookJulien Duroure
2021-02-25glTF: update copyright yearJulien Duroure
2020-06-23glTF exporter: fix exporting with option "group by NLA"Julien Duroure
2020-03-20glTF export: manage collection instances / linked collection / armature proxyJulien Duroure
2020-03-17glTF exporter: fix bad action name if NLA track names are not initial namesJulien Duroure
2020-03-04glTF exporter: fix animation name at export, when only 1 animation in trackJulien 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-08glTF exporter: add a hook in scene objects for extension addons.Julien Duroure
2019-10-12glTF exporter: export action custom props as animation extrasJulien Duroure
2019-10-12glTF importer: Import extra data as custom propertiesJulien Duroure
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-09-11glTF exporter: Merge animations into glTF animation(s) based on NLA track namesJulien Duroure
Option "NLA tracks" is active by default. If disable, all active action of scene will be merge into a single glTF animation
2019-08-29glTF exporter: Set blender active scene as main scene in glTF fileJulien Duroure
2019-06-23glTF exporter: check if object is really instanced in scene before exporting itJulien Duroure
2019-06-14glTF exporter: export animation only if corresponding object is exportedJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
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-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-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