home *** CD-ROM | disk | FTP | other *** search
- -- Edit Functions MacroScript File
- --
- -- Created: May 17 2000
- -- Last Updated: June 12 2000
- --
- -- Author : Frank DeLise
- -- Version: 3D Studio Max Version 4.0
- --
- --
- -- Filter and Operation Functions for conext sensitve menus.
- --***********************************************************************************************
- -- MODIFY THIS AT YOUR OWN RISK
- --
-
-
- fn ApplyOperation ctype oper =
- (
- If (Modpanel.getcurrentObject () == $.baseobject) then oper $
- If Classof (Modpanel.getcurrentObject ()) == ctype then (oper $.modifiers[modPanel.getModifierIndex $ (Modpanel.getcurrentObject ())])
- )
-