QUOTE(kurianos3d @ 03/07/06, 12:32 AM) [snapback]230195[/snapback]
Hi
we have good script is written by
Mike Harris
script name is mh_polyCounter.mel v0.1
u can get it from highend 3d
u can get what ever u wnt to select face or ......
CODE
string $obj[] = ls -sl
;
string $shape[] = listRelatives -s $obj[0]
;
if ((size($shape) >= 1) && (nodeType($shape[0]) == "mesh"))
{
ConvertSelectionToFaces;
string $faces[] = filterExpand -sm 34 -expand true
;
float $faceCount = size($faces)
;
print $faceCount;
}
enjoy
regds
o.S.k
[size=3]thank you kurianos3d
I was wondering if the code can be uesd in Nurbs Modeling?[/size]
[size=3]韬