From 822362189badefd6c0014f608d36d98e8ab57282 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Sat, 26 May 2012 22:46:28 +0000 Subject: [#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' Option --- source/blender/collada/collada.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/collada/collada.cpp') diff --git a/source/blender/collada/collada.cpp b/source/blender/collada/collada.cpp index c947144412a..951fecec049 100644 --- a/source/blender/collada/collada.cpp +++ b/source/blender/collada/collada.cpp @@ -55,6 +55,7 @@ extern "C" int selected, int apply_modifiers, int include_bone_children, + int use_object_instantiation, int second_life) { ExportSettings export_settings; @@ -63,6 +64,7 @@ extern "C" export_settings.apply_modifiers = apply_modifiers != 0; export_settings.include_bone_children = include_bone_children != 0; export_settings.second_life = second_life != 0; + export_settings.use_object_instantiation = use_object_instantiation != 0; export_settings.filepath = (char *)filepath; /* annoying, collada crashes if file cant be created! [#27162] */ -- cgit v1.2.3