var fDesc=new Array(); fDesc[0] = "Facial Animation Toolset features a Frapper based stand-alone application for facial motion capture data analysis: the Performance Solver. It also provides improvements to the existing Autodesk Maya tools. The Adaptable Facial Setup as core deformation component is now capable of extracting shapes for further processing in any arbitrary DCC package. The Geometry Matcher & Corrective Blendshape Manager have undergone a major performance increase. To complete this new release, an additional Blend Node, the Conditional blend Weighted, has been added to allow more complex blending of animation parameters."; 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 = ''; } }