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-22gltf: merge masterJulien Duroure
2022-02-21glTF exporter: restore skin cachingJulien Duroure
2022-02-16glTF vtree: mergeJulien Duroure
2022-02-12glTF: Merge masterJulien Duroure
2022-02-11glTF exporter: various baking fixesJulien Duroure
2022-02-10glTF exporter: retrieve right list of objects to evalJulien Duroure
2022-02-10glTF exporter: Fix exporting without armatureJulien Duroure
2022-02-10glTF: when exporting with selection, bake in all cases to get constraints ↵Julien Duroure
applied
2022-02-10glTF exporter: fix bug when no animation at all on file, and export only ↵Julien Duroure
selection
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
2022-01-20glTF exporter: images may be needlessly re-encoded in some casesJulien Duroure
2022-01-20glTF exporter: Better jpeg image detectionJulien Duroure
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-18glTF exporter: Manage tweak mode in NLA when neededJulien Duroure
2021-12-18glTF exporter: fix regression when exporting armature object animation with ↵Julien Duroure
only 1 key
2021-11-12glTF exporter: avoid issue with setting frame with python v >= 3.10Julien Duroure
2021-11-06glTF export: Fix crash when invalid driverJulien Duroure
2021-09-24glTF exporter: cleanup object animation curves when animation is constantJulien Duroure
2021-09-24glTF export: fix animation export for objects parented to bonesJulien Duroure
2021-09-15glTF exporter: better 'selection only' managementJulien Duroure
This now works when selection does not include armature or any descendant of armature. For other cases, all bones are still exported
2021-09-15glTF exporter: validate meshes before exportJulien Duroure
(removing NaN for example)
2021-09-15glTF exporter: cleanup: use inverted_safe on matricesJulien Duroure
2021-09-15glTF exporter: fix bad check in a previous commitJulien Duroure
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-08-23glTF exporter: fix crash when trying to export some muted driver(s)Julien Duroure
2021-08-23glTF export: Do not export empty node when camera or light export is disableJulien Duroure
2021-08-23glTF export: Add merge_animation_extensions_hookJulien Duroure
2021-07-04glTF exporter: dont erase empty dict extrasJulien Duroure
2021-07-04glTF exporter: Add option to keep original texture filesJulien Duroure
WARNING: if you use more than one texture, where pbr standard requires only one, only one texture will be used. This can lead to unexpected results
2021-07-04glTF exporter: Make sure that addon that changes root gltf are taken into ↵Julien Duroure
account
2021-07-04glTF exporter: fix default date type at numpy array creationJulien Duroure
2021-07-04glTF exporter: fix driver export when shapekey as a dot in nameJulien Duroure
2021-07-04glTF exporter: fix bug when invalid shapekey driverJulien Duroure
2021-07-04glTF importer: import custome properties from default sceneJulien Duroure
2021-05-17glTF export: new option to export only visible/renderable/active collectionJulien Duroure
2021-05-17glTF exporter: Fix crash when mesh is not created, without crashJulien Duroure
2021-04-18glTF exporter: fix shapekey export in some casesJulien Duroure
2021-04-07glTF exporer: hook entire glTF data for extensionsJulien Duroure
2021-02-25glTF exporter: Inverse matrix only when there is a parentJulien Duroure
2021-02-25glTF: update copyright yearJulien Duroure
2021-02-25gltf exporter: new feature: export 'Loose Points' and 'Loose Edges'Julien Duroure
2021-01-30Merge branch 'blender-v2.92-release'Julien Duroure
2021-01-30glTF exporter: fix collection offset when rotated or scaledJulien Duroure
2021-01-25Cleanup: strip trailing spaceCampbell Barton
2021-01-04glTF importer/exporter: Draco decoder + encoder fixesJulien Duroure
We can now read Draco compressed files. This also fix exporting vertex color Draco compressed files. Fix #T75550
2021-01-04glTF exporter: roundtrip all texture wrap modesJulien Duroure