2012年11月29日星期四

when the last time I done the composing....there's something stock in my mind....it's like I missed something...finally I found out that's the glass,so I add it on and the more important thing is I refocus the scene....really don't know why I focus on the front part but not the middle part last time,and cause such a lot of detail lossing



2012年11月26日星期一


//clean up
SelectAll;
doDelete;

//buil grid
float $spaces=2;

for ($E=1;$E<7;$E++)
{
for ($W=1;$W<7;$W++)
{
for ($Q=1;$Q<7;$Q++)
{ float $cubex=rand(2);
float $cubey=rand(2);
float $cubez=rand(2);
polyCube -width $cubex -height $cubey -depth $cubez;
move -r ($Q*$spaces) ($W*$spaces) ($E*$spaces);
}
}
}

//do sth
string $mySel[] = `ls -selection`;
int $i=1;
int $ID=1;
float $transY = 0.0;
float $rad=rand(8,9);
for ($each in $mySel)
{
select -r $each;
move ($rad*cos(rand($i * $ID))) ($transY) ($rad*sin(rand($i * $ID)));
$i += 24;
$ID += 1;
$transY += 0.3;
select $mySel;
}  



this it the script I show today ,I wanna build a text which can output a tronado feeling  .like action the script one time ,the objs will move around  with randomized speed and position .so ...like frame by frame you will see in a stop motion.

with what I learn today ,I mean the coop with the expression.I will try it in that way.hope I can output it good.

2012年11月21日星期三



recomposing it ,and you can see the details are more accurate

2012年11月16日星期五

move on to add dirt and scratch

ilan ,really want you to like it .....really try my best and do my fastest ....just can't put something not right for the scene....so seems not that hard but ...that really is...good...moring- - go to sleep

2012年11月14日星期三