home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2002 April
/
GSSH42002.iso
/
EDITOREN
/
DS
/
gmax
/
gmaxinst_1-1.exe
/
gmaxsetup11.cab
/
Macro_ParamWire.mcr
< prev
next >
Wrap
Text File
|
2002-02-13
|
829b
|
38 lines
-- Parameter Wiring Macroscript File
--
-- Created: July 17 2000
-- Last Updated: June 17 2000
--
-- Author : Frank DeLise
-- Version: 3ds max 4
--
--
---***********************************************************************************************
-- MODIFY THIS AT YOUR OWN RISK
--
macroScript paramWire
category:"Parameter Wire"
internalcategory:"Parameter Wire"
buttonText:"Wire Parameters"
tooltip:"Start Parameter Wiring"
Icon:#("MAXScript",1)
(
on isEnabled return selection.count == 1
on execute do (paramWire.start())
)
macroScript paramWire_dialog
category:"Parameter Wire"
internalcategory:"Parameter Wire"
buttonText:"Parameter Wire Dialog"
tooltip:"Parameter Wiring Dialog"
Icon:#("MAXScript",1)
(
on execute do (paramWire.OpenEditor())
)