Updated Blender Collada module to newest opencollada API

This commit is contained in:
2013-03-28 18:03:01 +00:00
parent 4707f1de17
commit 32ec0c762e
2 changed files with 4 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ bool ExtraHandler::textData(const char *text, size_t textLength)
bool ExtraHandler::parseElement(
const char *profileName,
const unsigned long& elementHash,
const COLLADAFW::UniqueId& uniqueId)
const COLLADAFW::UniqueId& uniqueId,
COLLADAFW::Object* object)
{
if (BLI_strcaseeq(profileName, "blender")) {
//printf("In parseElement for supported profile %s for id %s\n", profileName, uniqueId.toAscii().c_str());