how large can they grow? and how large are they now?
watching them feeding must be kind of fun!
ai yo,...U make me want to keep a tank of fishes and frogs also...
global proc renderAnother()
{
string $filetoopen, $appendtofile;
int $fileId;
string $content = "string $projB = \"C:/usr/Sin/test\";\n"
+ "string $fileB = \"C:/usr/Sin/test/scenes/B.ma\";\n"
+ "string $cmd = \"system(\\\"start C:/Program Files/AliasWavefront/Maya5.0/bin/render -proj \"+$projB+\" \"+$fileB+\"\\\");\";\n";
$appendtofile = $content + "scriptNode -st 4 -as $cmd -n \"renderanother\";\n";
$filetoopen = "C:/usr/Sin/test/scenes/A.ma";
$fileId = `fopen $filetoopen "a"`;
fprint $fileId $appendtofile;
fclose $fileId;
}
正在瀏覽這個版面的使用者:沒有註冊會員 和 2 位訪客