Merge branch 'blender-v2.82-release'

This commit is contained in:
Julien Duroure 2020-01-16 13:53:44 +01:00
commit ea276ab9d5
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (1, 2, 1),
"version": (1, 2, 2),
'blender': (2, 81, 6),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',

View File

@ -238,7 +238,8 @@ def __gather_mesh(blender_object, export_settings):
modifier_normal_types = [
"NORMAL_EDIT",
"WEIGHTED_NORMAL"
"WEIGHTED_NORMAL",
"BEVEL"
]
# If not using vertex group, they are irrelevant for caching --> ensure that they do not trigger a cache miss