home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / EDITOREN / DS / gmax / gmaxinst_1-1.exe / gmaxsetup11.cab / Macro_Systems.mcr < prev    next >
Text File  |  2002-02-13  |  577b  |  19 lines

  1. -- Macro Scripts File
  2. -- Created:  Jan 10 1999
  3. -- Author:   Frank DeLise
  4. -- Macro Scripts for Systems
  5. --***********************************************************************************************
  6. -- MODIFY THIS AT YOUR OWN RISK
  7.  
  8. macroScript Bones 
  9.             category:"Inverse Kinematics" 
  10.             internalcategory:"Inverse Kinematics" 
  11.             tooltip:"Bones IK Chain" 
  12.             buttontext:"Bones IK Chain" 
  13.             Icon:#("Systems",1)
  14. (
  15.     on execute do  StartObjectCreation Bones 
  16.     on isChecked return mcrUtils.IsCreating Bones 
  17. )
  18.  
  19.