关于旋转的变换处理方法。
/*
Script: Cycle_MOVE
Summary:
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 setRefCoordSys #hybrid
)