var fDesc=new Array(); fDesc[0] = "Stand-alone 3D application includes 3D Painting, Morphing and Modeling.
Designed for both professional artists and novices, Blacksmith3D-Suite provides artists with easy-to-use tools to achieve precision, realistic and natural effects, and to create high quality art.
3D artists who are using popular modeling, animation and rendering packages find it very simple to integrate with Blacksmith3D, and use it within their pipeline or as a stand-alone product to enhance the quality of their art in a short period of time. 2D artists, who are looking to experiment with 3D software, find Blacksmith3D very intuitive, as it has a standard 2D paint application look and feel, yet it is true 3D."; 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 = ''; } }