Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaiaclary <gaia.clary@machinimatrix.org>2014-08-25 21:03:02 +0400
committergaiaclary <gaia.clary@machinimatrix.org>2014-08-25 21:04:44 +0400
commit0fc240dadb21652b4fed6d21dd4044ee71daede2 (patch)
treeab5dcfca21fe189f0650ca8ae405d5bb19c940ad /source/blender/collada/DocumentImporter.h
parent8d0b3e9902540a354b633c854f0fa83a0c839dfd (diff)
Fix T41513 Avoid adding NULL values into object lists when lamp- and controller-instances could not be created.
Diffstat (limited to 'source/blender/collada/DocumentImporter.h')
-rw-r--r--source/blender/collada/DocumentImporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/DocumentImporter.h b/source/blender/collada/DocumentImporter.h
index 96aa7eb4578..5a7df9a41cf 100644
--- a/source/blender/collada/DocumentImporter.h
+++ b/source/blender/collada/DocumentImporter.h
@@ -171,6 +171,8 @@ private:
std::map<COLLADAFW::UniqueId, const COLLADAFW::Object*> FW_object_map;
std::string import_from_version;
+
+ void report_unknown_reference(const COLLADAFW::Node &node, const std::string object_type);
};
#endif