Tiger_White
03-27-2006, 11:43 AM
I am trying to query the per particle as as well as per object attributes of the particle Object in my sceine. but i have this problem . Not really sure if thats how its done.
string $sel[]=`ls -sl`;
for ($objs in $sel)
{
print ("\nlist Of Objcts " + $objs);
string $attrs [] =`getAttr -tye $objs`;
for ($cycle in $attrs)
{
//print them all
}
}
I will appreciete your help
Tiger:thumbsup:
string $sel[]=`ls -sl`;
for ($objs in $sel)
{
print ("\nlist Of Objcts " + $objs);
string $attrs [] =`getAttr -tye $objs`;
for ($cycle in $attrs)
{
//print them all
}
}
I will appreciete your help
Tiger:thumbsup:
