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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-06-06 04:33:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-06-06 04:33:59 +0400
commita6d5f43ac850e62100dedbdcee0823699bab34e6 (patch)
tree6dc089ff62667a293ff0dedea40c2b4277463f41 /source/blender/collada/DocumentExporter.cpp
parent2ebb1c63f7b26478ed4c85d572312adf562b3148 (diff)
* update CMake and SCons for the OpenCollada update (to r746).
- DocumentExporter changed due to function name change in API - no more UTF lib - enabled by default for win32 Note: debug libs will be added later, as well as 64bit windows libs. For other platforms, get r746 of OpenCollada and build against that.
Diffstat (limited to 'source/blender/collada/DocumentExporter.cpp')
-rw-r--r--source/blender/collada/DocumentExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/DocumentExporter.cpp b/source/blender/collada/DocumentExporter.cpp
index cf539ecf67c..8cc8e7455c9 100644
--- a/source/blender/collada/DocumentExporter.cpp
+++ b/source/blender/collada/DocumentExporter.cpp
@@ -1709,7 +1709,7 @@ public:
// most widespread de-facto standard.
texture.setProfileName("FCOLLADA");
texture.setChildElementName("bump");
- ep.setExtraTechniqueColorOrTexture(COLLADASW::ColorOrTexture(texture));
+ ep.addExtraTechniqueColorOrTexture(COLLADASW::ColorOrTexture(texture));
}
}
// performs the actual writing