From 36ed4818e5944dfb6ae7a71377f3bee4cba5a899 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Tue, 12 Jun 2012 21:25:29 +0000 Subject: patch #31794 Collada: make exporter more robust, now uses BKE_object_relational_superset() --- source/blender/collada/ExportSettings.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/blender/collada/ExportSettings.h') diff --git a/source/blender/collada/ExportSettings.h b/source/blender/collada/ExportSettings.h index a6ae29bf2b2..97ea6873856 100644 --- a/source/blender/collada/ExportSettings.h +++ b/source/blender/collada/ExportSettings.h @@ -24,6 +24,10 @@ * \ingroup collada */ +extern "C" { +#include "BLI_linklist.h" +} + #ifndef __EXPORTSETTINGS_H__ #define __EXPORTSETTINGS_H__ @@ -33,10 +37,11 @@ struct ExportSettings bool selected; bool apply_modifiers; bool include_armatures; - bool include_bone_children; + bool include_children; bool use_object_instantiation; bool second_life; char *filepath; + LinkNode *export_set; }; #endif -- cgit v1.2.3