Javier3D
05-04-2004, 03:14 PM
Hello out there :
I´m trying to execute bakeResults:
string $time = ("\"" + $init + ":" + $end + "\"" ) ;
Having time ( string ):
$time = "0:170"
So I execute bakeResults on that time:
bakeResults -simulation true -t $time -sampleBy 2 ... -shape false $selection;
Getting this error message:
// Error: line 1: Invalid time unit: "0:170" //
But if I specify on the command:
bakeResults -simulation true -t "0:170" -sampleBy 2 ... -shape false $selection;
And the bake goes on.....
Any idea about why ??
I´m trying to execute bakeResults:
string $time = ("\"" + $init + ":" + $end + "\"" ) ;
Having time ( string ):
$time = "0:170"
So I execute bakeResults on that time:
bakeResults -simulation true -t $time -sampleBy 2 ... -shape false $selection;
Getting this error message:
// Error: line 1: Invalid time unit: "0:170" //
But if I specify on the command:
bakeResults -simulation true -t "0:170" -sampleBy 2 ... -shape false $selection;
And the bake goes on.....
Any idea about why ??
