对其位置

/*
Align_Position simply aligns the position of the selected object (objects) to the position of another object

Author: Chris Harvey
*/

--2011.7.15 盖天解释
--用于物体的位置对其处理
(
foo
= selection as array
Target
= pickobject prompt:"pick the node to align to" Rubberband:(foo[1]).transform.pos
foo.pos
= Target.pos
)

  

posted on 2011-07-15 09:29  盖天00  阅读(151)  评论(0编辑  收藏  举报

导航