ffd 点的控制效果、

 

animateVertex   $.modifiers[1]  #all ----给所有的点通道。


---------------查找通道个数  就是确定用那个ffd
op =0
for i in 1 to 800 do
(
  if  $.modifiers[1][3][i].controller as string =="undefined" then
   exit ;
   op+=1
 
)

for i in 1 to op do
(
 with animate on at time 1 --animate on frame 100
 (
   $.modifiers[1][3][i].value=$.modifiers[1][3][i].value+[0.1,0.1,0.2]
 )
 
)

posted on 2011-08-30 14:14  盖天00  阅读(129)  评论(0编辑  收藏  举报

导航