home *** CD-ROM | disk | FTP | other *** search
- macroScript Non_Uniform_Scale
- category:"Tools"
- internalcategory:"Tools"
- toolTip:"Non-uniform Scale"
- buttontext:"Non-uniform Scale"
- Icon:#("Internal",27)
- (
- Try (ToolMode.nonUniformScale ())
- Catch ()
- )
-
- macroScript Move
- category:"Tools"
- internalcategory:"Tools"
- toolTip:"Move"
- buttontext:"Move"
- Icon:#("Internal",21)
- (
- Try (Max Move)
- Catch ()
- )
-
- macroScript Rotate
- category:"Tools"
- internalcategory:"Tools"
- toolTip:"Rotate"
- buttontext:"Rotate"
- Icon:#("Internal",23)
-
- (
- Try (Max Rotate)
- Catch ()
- )
-
- macroScript Scale
- category:"Tools"
- internalcategory:"Tools"
- toolTip:"Scale"
- buttontext:"Scale"
- Icon:#("Internal",25)
- (
- Try (ToolMode.UniformScale ())
- Catch ()
- )
-