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-28glTF exporter: fix merge issuegltf_vtreeJulien Duroure
2022-02-22gltf: merge masterJulien Duroure
2022-02-11glTF exporter: various baking fixesJulien Duroure
2022-02-06glTF exporter: fix onl def bone animation exportJulien Duroure
2022-02-06glTF exporter: fix animation of parented to bone objectsJulien Duroure
2022-02-01glTF exporter VTreeJulien Duroure
2022-01-20glTF exporter: Use custom range on actionJulien Duroure
2021-11-12glTF exporter: avoid issue with setting frame with python v >= 3.10Julien Duroure
2021-09-24glTF exporter: cleanup object animation curves when animation is constantJulien Duroure
2021-09-15glTF exporter: fix bad check in a previous commitJulien 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-07-21glTF exporter: Add support for use_inherit_rotation and inherit_scale.Julien Duroure
Thanks Skywolf285!
2020-05-04glTF: code cleanup - remove no more needed importJulien Duroure
2020-03-20glTF export: manage collection instances / linked collection / armature proxyJulien Duroure
2020-02-22glTF exporter: fix animation when sampling is needed, but was not requested ↵Julien Duroure
by user
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: Basic SK driver export (driven by armature animation)Julien Duroure
2019-10-31glTF exporter: fix animation export for single keyframe on eulerJulien Duroure
2019-10-22glTF exporter: fix out tangent export (copy/paste ...)Julien Duroure
2019-10-12glTF exporter: fix exporting shapekeys animation when some sk are not animatedJulien Duroure
2019-09-18glTF exporter: fix sample animation export when sampled is forced by ↵Julien Duroure
context, not by user
2019-09-11glTF exporter: performance: huge speedup when exporting using sample animationsJulien Duroure
2019-08-07glTF exporter: add some checks on animation data, fixing error with weird filesJulien Duroure
2019-08-03glTF exporter: Fix first and last tangent data for bezier interpolationJulien Duroure
2019-06-02glTF exporter: fix bad check about keyframes at different timingJulien 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-26glTF exporter: fix animation when a property is single keyframed (not all ↵Julien Duroure
property index)
2019-05-23glTF: update copyright yearJulien Duroure
2019-04-10glTF exporter: fix animation exportJulien Duroure
2019-04-09glTF exporter: fix / enhancement of animation exportJulien Duroure
2019-04-02glTF exporter: remove some unused codeJulien Duroure
2019-04-02glTF exporter: fix animation tangentsJulien Duroure
2019-03-16glTF exporter: Bake animation when targeting a quaternion with bezier ↵Julien Duroure
interpolation
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