[Bf-extensions-cvs] [ae81bc5c] master: glTF: bump version after recent change about tessellate_polygon

Julien Duroure noreply at git.blender.org
Wed Oct 9 09:11:24 CEST 2019


Commit: ae81bc5c77535a019c3c49ef022551248e7c317b
Author: Julien Duroure
Date:   Wed Oct 9 09:10:41 2019 +0200
Branches: master
https://developer.blender.org/rBAae81bc5c77535a019c3c49ef022551248e7c317b

glTF: bump version after recent change about tessellate_polygon

===================================================================

M	io_scene_gltf2/__init__.py
M	io_scene_gltf2/blender/exp/gltf2_blender_extract.py

===================================================================

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 8fe1a4c5..935f84ad 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -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',
diff --git a/io_scene_gltf2/blender/exp/gltf2_blender_extract.py b/io_scene_gltf2/blender/exp/gltf2_blender_extract.py
index d35e5146..bce1d60f 100755
--- a/io_scene_gltf2/blender/exp/gltf2_blender_extract.py
+++ b/io_scene_gltf2/blender/exp/gltf2_blender_extract.py
@@ -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
+



More information about the Bf-extensions-cvs mailing list