Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2019-06-28 19:20:58 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-06-28 19:20:58 +0300
commitf4275a1dc204440f6631db65bf3ba1b494bd4786 (patch)
treeb424e2e3418b7676502c64a18ea64e439e0a63dc /io_scene_gltf2/__init__.py
parent99c009da1f3f45b56dac6d1c4d48542aabb8d08f (diff)
glTF exporter: don't write buffer if empty
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index a4473b5a..1003bf69 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": (0, 9, 34),
+ "version": (0, 9, 35),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',