home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2002 April
/
GSSH42002.iso
/
EDITOREN
/
DS
/
gmax
/
gmaxinst_1-1.exe
/
gmaxsetup11.cab
/
editfunctions.ms
< prev
next >
Wrap
Text File
|
2002-02-13
|
624b
|
21 lines
-- 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 ())])
)