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-06-30Cleanup: fix various typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328
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-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-02-06glTF exporter: remove proxy managementJulien Duroure
2022-01-20glTF exporter: Use custom range on actionJulien Duroure
2021-12-18glTF exporter: fix regression when exporting armature object animation with ↵Julien Duroure
only 1 key
2021-08-23glTF exporter: fix animation export when no channels are validJulien Duroure
2021-08-23glTF exporter: remove some channel animation if bone is not animatedJulien Duroure
Check is done after sampling: if animated is constant and bone has no fcurve, we remove the channel
2021-02-25glTF: update copyright yearJulien Duroure
2020-06-23glTF exporter: add check rotation + delta rotation both animatedJulien Duroure
2020-06-16glTF exporter: add check when armature animation is binded to mesh objectJulien Duroure
2020-04-18glTF exporter: do not raise error when some not known properties are animatedJulien Duroure
2020-03-20glTF export: manage collection instances / linked collection / armature proxyJulien Duroure
2020-02-22glTF exporter: fix bone caching issueJulien 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-26glTF exporter: export animation on armature itself when sampled animation exportJulien Duroure
2019-12-14glTF exporter: Basic SK driver export (driven by armature animation)Julien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-11-24glTF exporter: more general checks for armature action linked to mesh objectsJulien Duroure
2019-11-24glTF exporter: fix crash when armature action is linked to mesh objectJulien Duroure
2019-11-14glTF exporter: avoid exporting rotation twice when both euler and quaternion ↵Julien Duroure
are animated Keeping only the current rotation mode of the object or bone
2019-10-12glTF exporter: option to export only deformation bonesJulien Duroure
2019-10-12glTF exporter: fix exporting shapekeys animation when some sk are not animatedJulien Duroure
2019-09-22glTF exporter: sanity check that action has channels when sampling animationJulien Duroure
2019-09-18glTF exporter: fix sample animation export when sampled is forced by ↵Julien Duroure
context, not by user
2019-09-05glTF exporter: fix typo in last commit, weird tab incrementJulien Duroure
2019-09-05glTF exporter: add check when armature animation is linked to object != armatureJulien Duroure
2019-08-31glTF exporter: fix shapekeys animationJulien Duroure
If shapekeys names have some dot, and some other don't, export failed
2019-08-23glTF exporter: fix shapekeys animation exportJulien Duroure
Animation channels must be sorted in exactly same order than shapekeys
2019-08-07glTF exporter: add some checks on animation data, fixing error with weird filesJulien Duroure
2019-06-23glTF exporter: check bad fcurve nameJulien Duroure
2019-05-31glTF exporter: Export multiple actions (from NLA) when sampled is now fixedJulien Duroure
2019-05-27glTF exporter: Sampled animation now bake all bones, including constraintsJulien Duroure
Using "Always Sample Animation" can now export complex rigs, including constraints, like rigify for example
2019-05-23glTF: update copyright yearJulien Duroure
2019-04-09glTF exporter: fix / enhancement of animation exportJulien 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