home *** CD-ROM | disk | FTP | other *** search
- -- Custom Attributes MacroScript Struct Definition File
- --
- -- Created: Nov 7 2000
- -- Last Updated:
- --
- -- Author : Frank DeLise / Installed into stdplugs\stdscrpts by jbw 11.7.00
- -- Version: 3D Studio Max Version 4.0
- --
- --
- -- Custom Attributes Macroscript Struct Definition file.
- --
- -- Must reside in stdplugs\stdscripts for Custom Attribute dialogs to work.
- --
- --***********************************************************************************************
- -- MODIFY THIS AT YOUR OWN RISK
- --
-
- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
- -- Paramblock Definition
- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
-
- Struct CAT_ParamBlock
- (
- Name,
- Type,
- UI,
- Default = ""
-
- )
-
- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
- -- UI Items Definition
- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
- Struct CAT_UIItem
- (
- UI,
- Name,
- String,
- Type,
- Range = "[0,100,0]",
- Default = "1",
- Width = "70",
- Height = "25",
- Enabled = "True",
- Orient = "Horizontal",
- Checked = "False",
- Color = "[0,0,0]",
- HighLightColor = "[0,255,0]",
- Align = "Left",
- Items = "#()",
- Ticks = "10"
- )
-
-