Merge branch 'blender-v2.83-release'

This commit is contained in:
Julien Duroure 2020-05-04 17:04:32 +02:00
commit 930bed3295
2 changed files with 1 additions and 3 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, 70),
"version": (1, 2, 71),
'blender': (2, 83, 9),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',

View File

@ -33,8 +33,6 @@ class BlenderMaterial():
name = pymaterial.name
if name is None:
name = "Material_" + str(material_idx)
if vertex_color is not None:
name += "_" + vertex_color
mat = bpy.data.materials.new(name)
pymaterial.blender_material[vertex_color] = mat.name