glTF: bump version after recent change about tessellate_polygon

This commit is contained in:
Julien Duroure 2019-10-09 09:10:41 +02:00
parent c474984b82
commit ae81bc5c77
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, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (1, 0, 2),
"version": (1, 0, 3),
'blender': (2, 81, 6),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',

View File

@ -1162,3 +1162,4 @@ def extract_primitives(glTF, blender_mesh, blender_object, blender_vertex_groups
print_console('INFO', 'Primitives created: ' + str(len(result_primitives)))
return result_primitives