Commit Graph

6 Commits

Author SHA1 Message Date
fe4a58ebb6 opencollada: remove unneeded patch
The same problem (uninitialized bool) is solved by
0002-Expose-sid-for-textures-in-extras.patch.1.
Additionally handling empty string on a different way
was a mistake so that part is unneded too.

Change-Id: I1eaa86fa7c6ef7216c0fc26ebf2ee4ec5c0936aa
2014-05-25 20:28:37 +02:00
a850d96fad Update OpenCollada and collada2gltf to the newest versions.
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
2014-05-25 14:19:28 +02:00
d466f926f8 opencollada: move patches to an own folder
Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531
2014-05-22 16:15:34 +02:00
7cafb75533 opencollada: uninitialized bool variable broke the parsing
GeneratedSaxParser::Utils:toURI() method has a bool output
parameter called failed, which is assumed to be set inside
the method before return. At some place the caller code does
not initialize the bool variable passed to this failed parameter
and so when the caller checkes the returned value it is
undefined.
e.g. it can be false when the method called successfully so
the error handling throws away the returned URI.

Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21
2014-05-22 16:05:21 +02:00
fb33f0d898 Make it compile with Apple's Clang and libc++
Change-Id: I45feb0d715e6e823a42c7960fd87346412ebcc48
2014-05-14 11:16:00 +03:00
aa5fe7958d Introduce OpenCollada external library
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-13 16:34:49 +02:00