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
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2021-01-04 22:55:25 +0300
committerJulien Duroure <julien.duroure@gmail.com>2021-01-04 22:55:25 +0300
commiteb29a12da48e89fa2a3518976e9223f2092ad22d (patch)
tree2a642bd05f5a182f58c7ad96ecc0286b43ed5e1c /io_scene_gltf2/io/imp
parent48ec56bde5fcb7fc18352559d629ef486f1a5640 (diff)
glTF importer/exporter: Draco decoder + encoder fixes
We can now read Draco compressed files. This also fix exporting vertex color Draco compressed files. Fix #T75550
Diffstat (limited to 'io_scene_gltf2/io/imp')
-rwxr-xr-xio_scene_gltf2/io/imp/gltf2_io_gltf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_gltf2/io/imp/gltf2_io_gltf.py b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
index 348f8904..f0e23ea1 100755
--- a/io_scene_gltf2/io/imp/gltf2_io_gltf.py
+++ b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
@@ -54,6 +54,7 @@ class glTFImporter():
'KHR_texture_transform',
'KHR_materials_clearcoat',
'KHR_mesh_quantization',
+ 'KHR_draco_mesh_compression'
]
@staticmethod