随笔分类 -  盖天解释

上一页 1 2

移动的坐标变换
摘要:View Code /*Script: Cycle_MOVESummary:Cycles 'Move mode' back and forth between 'View' and 'Local' coordinate space. Author: Chris Harvey*/---2011.7.15 盖天解释 --做视图坐标还有就是 自身的坐标的处理方法( max move --改成移动的操作方式 if getRefCoordSys() == #hybrid then setRefCoordSys #local else setRefCoord 阅读全文

posted @ 2011-07-15 09:49 盖天00 阅读(174) 评论(0) 推荐(0)

屏幕坐标的方法
摘要:View Code /*Script: Cycle_CooridinateSpaceSummary:Cycles through the "View", "Screen", "World", "Parent", and "Local"coordinate space. Once assigned to a hot-key, it will advance each time you press the button.Author: Chris Harvey*/---2011.7.15 盖天解释- 阅读全文

posted @ 2011-07-15 09:46 盖天00 阅读(285) 评论(0) 推荐(0)

改变轴心的操作。
摘要:View Code /*Script: Cycle_CoordinateCenterSummary:Cycles through the various coordinate center options...Local Center (pivot point), Selection Center, and Transform Center. Once assigned to a hot-key, it will advance each time you press the button.Author: Chris Harvey*/( ---2011.7.15 盖天解释 ---之前没有用脚本 阅读全文

posted @ 2011-07-15 09:43 盖天00 阅读(181) 评论(0) 推荐(0)

把节点归零处理
摘要:View Code /*Basic_ListCNT is designed to set up a simple list controller set-up on all selected objects.It creates a list controller on both rotation and position with a zero track and an animation track.*/---2011.7.15 盖天解释---用于做动画的时候 ---给有控制器的节点加入控制---一定是要有控制器 想bip 就是不行的。(on isEnabled return(select 阅读全文

posted @ 2011-07-15 09:34 盖天00 阅读(193) 评论(0) 推荐(0)

对其位置
摘要:/*Align_Position simply aligns the position of the selected object (objects) to the position of another objectAuthor: 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 = Tar 阅读全文

posted @ 2011-07-15 09:29 盖天00 阅读(154) 评论(0) 推荐(0)

Align_Orientation
摘要:/*Align_Position simply aligns the orientation of the selected object (objects) to the orientation of another objectAuthor: Chris Harvey*/---2011.7.14 盖天解释--旋转对其的编辑( foo = selection as array Target = pickobject prompt:"pick the node to align to" Rubberband:(foo[1]).transform.pos --for obj 阅读全文

posted @ 2011-07-14 18:10 盖天00 阅读(166) 评论(0) 推荐(0)

Aim.ms
摘要:/* LookAt is a script for "aiming" objects at other objects via the Look-At controller. It is designed to work with multiple objects and can modify the Look-At settings as well as remove the controller, returning it to its original state.Author: Chris Harvey */--2011.7.14 盖天注解try (cui.unre 阅读全文

posted @ 2011-07-14 18:06 盖天00 阅读(266) 评论(0) 推荐(0)

上一页 1 2

导航