var fDesc=new Array(); fDesc[0] = "This project is dedicated to join efforts using COLLADA within various DCC tools like 3ds Max, Maya, Blender. The OpenCOLLADA SDK including the Max and Maya converter is open source software and released under the MIT license.
Features:
- set name attribute of element to the original material name
- export bind vertex input
- bug fix (crash if dae file contains more than one uv set)
- standalone COLLADA to Maya converter (dae2ma)
- updated COLLADAValidator binaries
- fix crash on morph target export"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }