home *** CD-ROM | disk | FTP | other *** search
- -- 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())
-
- )
-