摘要: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
阅读全文
摘要: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 盖天解释-
阅读全文
摘要: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 盖天解释 ---之前没有用脚本
阅读全文
摘要: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
阅读全文
摘要:/*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
阅读全文
摘要:/*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
阅读全文
摘要:/* 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
阅读全文