View Single Post
# 4 27-07-2011 , 06:46 PM
Registered User
Join Date: Jul 2011
Posts: 4
i already found a small script thanks even though,

string $sel[] = `ls -sl`;
vector $positions[];
string $command = "curve ";
int $i = 0;
for($i = 0; $i<size($sel); $i++)
{
$positions[$i] = `pointPosition $sel[$i]`;
$command = $command+"-p "+$positions[$i]+" ";
}
eval($command);