近期热门
粉丝2
关注 0
获赞 0
求教,二维数组写法

[脚本] 求教,二维数组写法

[复制链接]
1977 0 0 0 9年前 举报
if gamigo_tools != undefined then closeRolloutFloater gamigo_tools
gamigo_tools=newrolloutfloater "动画烘焙工具" 160 100 740 75
  ----------------开始第一个卷展栏---------------------------------
rollout tools "动画烘焙" width:130 height:130
(

button hit1 "子物体动画转关键帧" pos:[5,5] width:136 height:19

button hit2 "撤销操作" width:136 height:19



on hit1 pressed do

(

if selection.count ==0 then

(

messagebox "请选择一个要处理的物体" beep:false

)

else

(

holdMaxFile()

myMultiDimArray[1]=#()
      
mypoint = Point ()
      
ResetTransform mybox
      
s = animationrange.end
      
for i in 0 to s do
      
(

for x in selection do

(

sliderTime = i

with animate on

(

myMultiDimArray[x] = x.transform

)

)

)

setInheritanceFlags x #all

x.parent = undefined
      
for i in 0 to s do
      
(

for x in selection do

(

sliderTime = i

with animate on

(

x.transform = myMultiDimArray[x]

)

)

)
      
delete mypoint

)
      
)

)--end on


on hit2 pressed do

(

fetchMaxFile quiet:true

)--end on



)--end rollout






addrollout tools gamigo_tools

这是我用别人的一个脚本改过来的,他的原意是把父物体对象的动画烘焙到子物体上,但是只能给一个子物体烘焙,而我想给所有子物体烘焙,现在改成这样,但是运行不了,望高手指点指点!万分感谢!


0
点赞
0
打赏
0
添加到收藏夹

0

点击复制链接

使用微信扫码分享
一次扣10个券
全部评论0
您需要登录后才可以回帖 登录

暂无评论,去成为第一人吧
您当前使用的浏览器IE内核版本过低会导致网站显示错误

请使用高速内核浏览器或其他浏览器