[Bf-extensions-cvs] [c402af6e] master: glTF export: sample animation is on by default

Julien Duroure noreply at git.blender.org
Thu Oct 3 18:53:34 CEST 2019


Commit: c402af6e27ca743657a66cc635f4993b3f324819
Author: Julien Duroure
Date:   Thu Oct 3 18:51:48 2019 +0200
Branches: master
https://developer.blender.org/rBAc402af6e27ca743657a66cc635f4993b3f324819

glTF export: sample animation is on by default

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 749a0b0b..7ebb964a 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, 81),
+    "version": (0, 9, 82),
     'blender': (2, 81, 6),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
@@ -247,7 +247,7 @@ class ExportGLTF2_Base:
     export_force_sampling: BoolProperty(
         name='Always Sample Animations',
         description='Apply sampling to all animations',
-        default=False
+        default=True
     )
 
     export_nla_strips: BoolProperty(



More information about the Bf-extensions-cvs mailing list