Skip to content
Snippets Groups Projects
Commit 4b656b65 authored by Julien Duroure's avatar Julien Duroure
Browse files

glTF importer: add KHR_mesh_quantization support (was already the case, but not said)

parent 386bb5ea
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
bl_info = { bl_info = {
'name': 'glTF 2.0 format', 'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors', 'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (1, 3, 47), "version": (1, 3, 48),
'blender': (2, 90, 0), 'blender': (2, 90, 0),
'location': 'File > Import-Export', 'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0', 'description': 'Import-Export as glTF 2.0',
......
...@@ -48,6 +48,7 @@ class glTFImporter(): ...@@ -48,6 +48,7 @@ class glTFImporter():
'KHR_materials_unlit', 'KHR_materials_unlit',
'KHR_texture_transform', 'KHR_texture_transform',
'KHR_materials_clearcoat', 'KHR_materials_clearcoat',
'KHR_mesh_quantization',
] ]
# TODO : merge with io_constants # TODO : merge with io_constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment