[Bf-blender-cvs] [20c5131384e] master: Collada enable Export of animation data by default

Gaia Clary noreply at git.blender.org
Tue Feb 27 17:03:01 CET 2018


Commit: 20c5131384e364d5f210a9126e25a74584d5c993
Author: Gaia Clary
Date:   Tue Feb 27 16:48:41 2018 +0100
Branches: master
https://developer.blender.org/rB20c5131384e364d5f210a9126e25a74584d5c993

Collada enable Export of animation data by default

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

M	source/blender/editors/io/io_collada.c

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

diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index 8826dc2971d..2874a1398c1 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -394,7 +394,7 @@ void WM_OT_collada_export(wmOperatorType *ot)
 	RNA_def_boolean(func, "deform_bones_only", 0, "Deform Bones only",
 	            	"Only export deforming bones with armatures");
 
-	RNA_def_boolean(func, "include_animations", false,
+	RNA_def_boolean(func, "include_animations", true,
 		"Include Animations", "Export Animations if available.\nExporting Animations will enforce the decomposition of node transforms\ninto  <translation> <rotation> and <scale> components");
 
 	RNA_def_boolean(func, "sample_animations", 0,



More information about the Bf-blender-cvs mailing list