projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
style cleanup
[blender.git]
/
source
/
blender
/
collada
/
TransformReader.cpp
diff --git
a/source/blender/collada/TransformReader.cpp
b/source/blender/collada/TransformReader.cpp
index 913c0710cc6b8aa09d0fe44f89b4427704052e13..67166d819a6d9c3a2a354d965a724ecd1de43969 100644
(file)
--- a/
source/blender/collada/TransformReader.cpp
+++ b/
source/blender/collada/TransformReader.cpp
@@
-46,7
+46,7
@@
void TransformReader::get_node_mat(float mat[4][4], COLLADAFW::Node *node, std::
COLLADAFW::Transformation *tm = node->getTransformations()[i];
COLLADAFW::Transformation::TransformationType type = tm->getTransformationType();
COLLADAFW::Transformation *tm = node->getTransformations()[i];
COLLADAFW::Transformation::TransformationType type = tm->getTransformationType();
- if (type == COLLADAFW::Transformation::MATRIX){
+ if (type == COLLADAFW::Transformation::MATRIX)
{
// XXX why does this return and discard all following transformations?
dae_matrix_to_mat4(tm, mat);
return;
// XXX why does this return and discard all following transformations?
dae_matrix_to_mat4(tm, mat);
return;