home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2002 April
/
GSSH42002.iso
/
EDITOREN
/
DS
/
gmax
/
gmaxinst_1-1.exe
/
gmaxsetup11.cab
/
Macro_Transforms.mcr
< prev
next >
Wrap
Text File
|
2002-02-13
|
736b
|
45 lines
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 ()
)