Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this issue. We will fix this, as soon as we have updated to
Ubuntu 9.10. On 9.04 if still builds fine.
Original comment by opencollada2@googlemail.com
on 11 Jan 2010 at 3:13
Latest Ubuntu is 10.04 and this still is not fixed.
Maybe you could apply this patch to fix this issue. Thx.
Original comment by lub...@gmail.com
on 5 Aug 2010 at 2:24
Attachments:
This patch will "restore" Linux and Mac compatibility of latest opencollada svn
revision for Blender.
from source/blender/collada/DocumentExporter.cpp:
#ifdef WIN32 // currently, Windows builds are using revision 746 of OpenCollada
while Linux and Mac are using an older revision 721
ep.addExtraTechniqueColorOrTexture(COLLADASW::ColorOrTexture(texture));
#else
ep.setExtraTechniqueColorOrTexture(COLLADASW::ColorOrTexture(texture));
#endif
Original comment by lub...@gmail.com
on 5 Aug 2010 at 2:42
I am using Blender Revision: 31065 with OpenCollada Revision: 762. Both current.
Original comment by lub...@gmail.com
on 5 Aug 2010 at 2:51
Thanks for providing the patch. It has been applied in rev 763.
Original comment by opencollada2@googlemail.com
on 17 Aug 2010 at 1:46
Original issue reported on code.google.com by
lub...@gmail.com
on 22 Dec 2009 at 5:05