This utility finds all duplicate maps and makes them instances instead of copies. Can affect user selection or all.
Constructor
Class instances not creatable by MAXScriptAlias
InstanceDuplMapAnimation is not supported, due to the breadth and complexity of controllers.
A warning message will be displayed if animation is found.
Undo is not supported
Interface: InstanceDuplMapInterfaceMethods
<void>findDuplicateMap <&texturemap array>mapsFound
mapsFound is Out parameterFinds duplicate maps, stores them in the by-reference mapsFound array
<void>findCopyMap <texturemap>duplMap <&texturemap array>mapsFound
mapsFound is Out parameterFinds map copies of the supplied duplicate map, stores them in the by-reference mapsFound array.
<boolean>fixMap <texturemap array>maps prompt:<boolean>
prompt default value: trueFixes the maps in the by-reference array. Prompts the user if the optional prompt parameter is set to true.
<boolean>fixMapAll [prompt:<boolean>]
prompt default value: trueFixes all maps. Prompts the user if the optional prompt parameter is set to true.
Interface:InstanceDuplMapActionsMethods
<boolean>InstanceDuplMapAll () -- Action InterfaceActions
Category: Instance_Duplicate_Map_Actions; Action: Instance_Duplicate_Map; Shortcut: -- none defined --