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>2022-04-29 09:22:37 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-04-29 09:22:37 +0300
commitdbb9b62991b35d7f6285419460f3e829e076fd96 (patch)
treefa26de5b33095ca3bf51f1a09f82496b21dc40d8 /io_scene_gltf2/__init__.py
parent599a8db33c45c2ad94f8d482f01b281252799770 (diff)
glTF exporter: fix animation baking bug when sampling is off, and limited to selection only
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 ab55c77b..38d20a18 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (3, 2, 33),
+ "version": (3, 2, 34),
'blender': (3, 1, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',