From da67c969b38d748049ddd118a21fa046241739fe Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Thu, 24 May 2012 14:56:09 +0000 Subject: Patch #31570: Implementation of 'Include bone children' Option --- source/blender/collada/ExportSettings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/collada/ExportSettings.h') diff --git a/source/blender/collada/ExportSettings.h b/source/blender/collada/ExportSettings.h index 41fa7e1ed38..b875282ac33 100644 --- a/source/blender/collada/ExportSettings.h +++ b/source/blender/collada/ExportSettings.h @@ -32,6 +32,7 @@ struct ExportSettings public: bool selected; bool apply_modifiers; + bool include_bone_children; bool second_life; char *filepath; }; -- cgit v1.2.3