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

This commit is contained in:
Julien Duroure 2020-08-08 16:17:59 +02:00
parent 386bb5eaa4
commit 4b656b65f8
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'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),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',

View File

@ -48,6 +48,7 @@ class glTFImporter():
'KHR_materials_unlit',
'KHR_texture_transform',
'KHR_materials_clearcoat',
'KHR_mesh_quantization',
]
# TODO : merge with io_constants