View Single Post
# 2 18-11-2005 , 07:26 AM
Registered User
Join Date: Oct 2004
Location: Germany, Cologne
Posts: 17
Dude... you gotta read the messages the Script Editor puts in there:


Code:
polyToSubdiv -ap 0 -ch off -aut on  -maxPolyCount 1000  -maxEdgesPerVert 32 |pCube1|pCubeShape1;
// 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[167] ;string $v[]  = `polyListComponentConversion -fe -tv`;select $v;polySplitVertex;polyMergeVertex -d 0.0 -tx 1; //
// Error: Command polyToSubdiv failed. Open Script Editor for details. //

i tried the command the error message gives me, and now it works...

the command is:

Code:
select .e[167] ;string $v[]  = `polyListComponentConversion -fe -tv`;select $v;polySplitVertex;polyMergeVertex -d 0.0 -tx 1;


_________________________________
iQuestionary.de | idevel.de
Stephan Baltzer <baltzer@idevel.de>
_________________________________