So I'm making this trophy in 3D Maya and I want to convert it from Polygones to Sub Divisions. But when I try to convert it I get an error:
In the Script Editor it says:// Error: Command polyToSubdiv failed. Open Script Editor for details.
Ive got some images here:polyToSubdiv -ap 0 -ch off -aut on -maxPolyCount 1000 -maxEdgesPerVert 32 |polySurface3|polySurfaceShape4;
// Warning: Nothing is selected. Select objects or components to delete. //
// Error: polyToSubdiv1 (Poly To Subdiv Node): Cannot create subdivision surface as the resulting surface would have more base mesh faces (1150) than the maximum allowed (1000).
// To increase maximum allowed, change Maximum Base Mesh Faces in Convert to Subdiv Options. //
// Error: Command polyToSubdiv failed. Open Script Editor for details. //
Does anyone have a clue of what could be wrong?
Edit: Already tried to increase the "Maximum base mesh faces". As well as trying to use the "Clean up" function. None of them work.