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]
 )
 
)

原文地址:https://www.cnblogs.com/gaitian00/p/2159538.html