var fDesc=new Array(); fDesc[0] = "The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D.
The highlight of this release is a new RenderMan binding (module "cri") that is ctypes-based and that links to a renderer's shared library (in the case of Aqsis this can be aqsislib or ri2rib)."; 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 = ''; } }