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>2020-01-26 11:30:39 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-01-26 11:30:39 +0300
commit171648da578dc2783e17a9fd456893f5bb4ff9d6 (patch)
tree6d5dc4c9cf7bc99bcf006099e8eae95a26b0966d /io_scene_gltf2/__init__.py
parent5c1b4497dacca6e183ffe50e03cb4e2e60e7325e (diff)
glTF exporter: export animation on armature itself when sampled animation export
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 e6027d76..5644853e 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, 1, 41),
+ "version": (1, 1, 42),
'blender': (2, 81, 6),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',