From e8244eb4d7c62feea91706436afc9eeacd494a27 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Sat, 4 Jun 2022 08:59:13 +0200 Subject: glTF exporter: Fix only def bone export when parent are different (def -> nondef -> def) --- io_scene_gltf2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_gltf2/__init__.py') diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 5e3dce0f..cbd3bee2 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, 39), + "version": (3, 2, 40), 'blender': (3, 1, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0', -- cgit v1.2.3