Forum: Poser Python Scripting


Subject: Subdividing a mesh

Roy G opened this issue on Jun 13, 2004 ยท 3 posts


stewer posted Mon, 14 June 2004 at 6:52 AM

The easy way would be getting a copy of C4D CE or Wings3D and simply subdividing it there. But it should as well be possible to make the script work with quads and calc the new UVs - the catmull-clark subdivision algorithm is well documented.