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 (Expand)Author
2020-01-29glTF exporter: fix image texture export.Julien Duroure
2020-01-29glTF exporter: texture, fix some alpha issueJulien Duroure
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-26glTF exporter: export animation on armature itself when sampled animation exportJulien Duroure
2020-01-24glTF importer: fix traceback when trying to create custom property from compl...Julien Duroure
2020-01-24glTF importer: fix importing with missing textureJulien Duroure
2020-01-19glTF: remove no more needed filesJulien Duroure
2020-01-16glTF exporter: fix normals when changed by bevel modifierJulien Duroure
2020-01-11glTF exporter: fix export of light with shader nodeJulien Duroure
2020-01-08glTF exporter: detach last exported action if no action was active at start o...Julien Duroure
2020-01-08glTF importer: fix bug adding alpha channel more than once when material is u...Julien Duroure
2020-01-08glTF exporter: perf improvement in texture exportJulien Duroure
2020-01-08glTF exporter: add a hook in scene objects for extension addons.Julien Duroure
2020-01-04glTF exporter: Keep CONSTANT/STEP animation when sample animations (object on...Julien Duroure
2020-01-04glTF exporter: Performance improvment on image exportJulien Duroure
2019-12-29glTF exporter: animation get removed when using both TRS + SK animationJulien Duroure
2019-12-29glTF exporter: add option to export textures into a folderJulien Duroure
2019-12-14glTF exporter: Basic SK driver export (driven by armature animation)Julien Duroure
2019-12-14glTF importer: size of bone at creation are now based on armature scaleJulien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-12-13glTF exporter: fix extension required parameter checkJulien Duroure
2019-12-06glTF importer: better names for UVMap and VertexColorJulien Duroure
2019-12-03glTF exporter: alphabetically sorting of exported animationJulien Duroure
2019-12-03glTF exporte: code cleanup, remove no more used filesJulien Duroure
2019-11-30glTF exporter: remove unused codeJulien Duroure
2019-11-30glTF importer: fix bad vertex color alpha importJulien Duroure
2019-11-24glTF exporter: fix transforms for mesh parented directly to bonesJulien 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-23glTF exporter: fix exporing instances when apply modifier is disabledJulien Duroure
2019-11-23glTF exporter: fix crash trying to export area lights (not supported)Julien Duroure
2019-11-17glTF importer: import data from texture samplers + exporter fixJulien Duroure
2019-11-16glTF exporter: Fix T71313 Bad normal export this normal modifiersJulien Duroure
2019-11-14glTF exporter: avoid exporting rotation twice when both euler and quaternion ...Julien Duroure
2019-11-14glTF importer: avoid crash on invalid glTF file with multiple same target pat...Julien Duroure
2019-11-14glTF importer: fix import of bone rest pose of negative scaled bonesJulien Duroure
2019-11-14glTF exporter: Add export support for Emission socket of Principled BSDF nodeJulien Duroure
2019-11-13glTF importer: code refactoring, texture node + mapping + UVMapJulien Duroure
2019-11-09glTF importer: use vertexcolor node instead of attributenodeJulien Duroure
2019-10-31glTF exporter: do not split in primitives if materials are not exportedJulien Duroure
2019-10-31Merge branch 'blender-v2.81-release'Julien Duroure
2019-10-31glTF exporter: fix animation export for single keyframe on eulerJulien Duroure
2019-10-22Merge branch 'blender-v2.81-release'Julien Duroure
2019-10-22glTF exporter: fix out tangent export (copy/paste ...)Julien Duroure
2019-10-22glTF importer: fix bug assigning pose bone custom propJulien Duroure
2019-10-22glTF exporter: code refactoring - remove primitive splittingJulien Duroure
2019-10-16Merge branch 'blender-v2.81-release'Julien Duroure
2019-10-16glTF importer: Fix T70863 metallic texture transform fix after api changeJulien Duroure
2019-10-12glTF importer: fix last commitJulien Duroure
2019-10-12glTF importer: set custom props from extras for bones (EditBone & PoseBone)Julien Duroure