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 exporter: optimized anims can now be disabledJulien Duroure
2022-02-16glTF exporter: add new animation hooksJulien Duroure
2022-02-15glTF exporter: fix UI messageJulien Duroure
2022-02-12glTF exporter: Option to not export texture imagesJulien Duroure
2022-02-12glTF exporter: workaround for image size copy not storedJulien Duroure
2022-02-12glTF exporter: manage factors for Clearcoat extensionJulien Duroure
2022-02-01Fix T95300: glTF importer: fix import binary imagesJulien Duroure
2022-01-20glTF importer: Implement a user extension systemJulien Duroure
2022-01-20glTF exporter: Use custom range on actionJulien Duroure
2022-01-20Fix invalid index mesh nameJulien Duroure
2022-01-20glTF importer: set empty display size, based on distance parent/childrenJulien Duroure
2022-01-20glTF importer: use relative path when possibleJulien 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 importer: performance enhancement when images are packedJulien Duroure
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-12-17glTF exporter: Fix T93929 - back compatibility for use_selectionJulien Duroure
2021-11-12Merge branch 'blender-v3.0-release'Julien Duroure
2021-11-12glTF exporter: avoid issue with setting frame with python v >= 3.10Julien Duroure
2021-11-06glTF: fix bad mergeJulien Duroure
2021-11-06Merge branch 'blender-v3.0-release'Julien Duroure
2021-11-06glTF importer: Fix T92808 change after change on vertex groups data now on meshJulien Duroure
2021-11-06glTF: Bump version on master branchJulien 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 importer: fix T91217: avoid traceback when trying to import some ↵Julien Duroure
invalid glTF 2.0 files
2021-09-15glTF exporter: fix bad check in a previous commitJulien Duroure
2021-08-27Update addons for D9697 "_RNA_UI" removalHans Goudey
This is a followup patch for D9697 which applies the changes to the addon reporistory. Almost all of the changes are in rigify, but there is one change in "curve_tools" and two trivial changes in IO addons. Differential Revision: https://developer.blender.org/D9919
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: change order of format optionJulien Duroure
'Embedded' generates more heavy files, so put it at end
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-08-09Cleanup/fixes in UI messages.Bastien Montagne
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: fix issue involving flipped bone Z dirJulien Duroure
This is a candidate for 2.93.x LTS
2021-07-04glTF Draco: more explicit error messageJulien Duroure
2021-07-04glTF exporter: do not export glTF internal settings as extrasJulien Duroure