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-03-29glTF exporter: Armature extports all actionsscreenshots-manualJulien Duroure
When scene contains only 1 armature, it will export all actions, not only active + NLA
2022-03-10glTF exporter: add TODO commentJulien Duroure
2022-03-10Cleanup: trailing spaceCampbell Barton
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-16Merge branch 'blender-v3.1-release'Julien Duroure
2022-02-16glTF exporter: add new animation hooksJulien Duroure
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-12-18glTF exporter: Manage tweak mode in NLA when neededJulien Duroure
2021-08-23glTF exporter: fix animation export when no channels are validJulien Duroure
2021-02-25glTF: update copyright yearJulien Duroure
2020-03-27glTF exporter: better check between shapekeys or object animationJulien Duroure
2020-03-17glTF exporter: ignore solo mode in NLA, to export all tracksJulien Duroure
2020-02-22glTF exporter: Don't take mute strip into accountJulien 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: detach last exported action if no action was active at start ↵Julien Duroure
of exporting
2019-12-29glTF exporter: animation get removed when using both TRS + SK animationJulien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-12-03glTF exporter: alphabetically sorting of exported animationJulien Duroure
2019-10-12glTF exporter: export action custom props as animation extrasJulien Duroure
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-09glTF exporter: check that NLA strip has an actionJulien Duroure
2019-08-05glTF exporter: take into account NLA tracks for shapekeys animationJulien Duroure
2019-06-01glTF exporter: add some NLA checks (readonly action / track)Julien Duroure
2019-05-31glTF exporter: Export multiple actions (from NLA) when sampled is now fixedJulien Duroure
2019-05-23glTF: update copyright yearJulien Duroure
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-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