Can't convert from Polys to SubDs
Hi!
I can't convert my Poly-Model to a SubD. The Script Editor says:
// Error: Command polyToSubdiv failed. Open Script Editor for details. //
deleteInternalValence2Verts |polySurface8|polySurfaceShape10;
polyToSubdiv -ap 0 -ch off -aut on -maxPolyCount 2909 -maxEdgesPerVert 49 |polySurface8|polySurfaceShape10;
// Warning: Nothing is selected. Select objects or components to delete. //
// Error: polyToSubdiv1 (Poly To Subdiv Node): The conversion to a subdivision surface failed.
// One or more duplicated edges were present.
// Repair the duplicate edges by selecting the polygon
// and issuing the following command, then try again:
select .e[53] ;string $v[] = `polyListComponentConversion -fe -tv`;select $v;polySplitVertex;polyMergeVertex -d 0.0 -tx 1; //
// Error: Command polyToSubdiv failed. Open Script Editor for details. //
Don't know what to do at the moment, so please help me
Greets, Michi