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 >
Text File  |  2002-02-13  |  829b  |  38 lines

  1. -- Parameter Wiring Macroscript File
  2. --
  3. -- Created:          July 17 2000
  4. -- Last Updated:     June 17 2000
  5. --
  6. -- Author :   Frank DeLise
  7. -- Version:  3ds max 4
  8. --
  9. -- 
  10. ---***********************************************************************************************
  11. -- MODIFY THIS AT YOUR OWN RISK
  12. -- 
  13.  
  14.  
  15. macroScript paramWire 
  16.     category:"Parameter Wire"
  17.     internalcategory:"Parameter Wire"
  18.     buttonText:"Wire Parameters"
  19.     tooltip:"Start Parameter Wiring"
  20.      Icon:#("MAXScript",1)
  21.     on isEnabled return selection.count == 1
  22.      on execute do (paramWire.start()) 
  23.  
  24.  
  25. macroScript paramWire_dialog
  26.     category:"Parameter Wire"
  27.     internalcategory:"Parameter Wire"
  28.     buttonText:"Parameter Wire Dialog"
  29.     tooltip:"Parameter Wiring Dialog"
  30.      Icon:#("MAXScript",1)
  31.  
  32.      on execute do (paramWire.OpenEditor()) 
  33.  
  34.