The PolyToolsUVWTweak Global Utility Plugin introduced in 3ds Max 2011 exposes an interface that provides MAXScript access to the Graphite UVW Tweaking tools.
The functionality was first implemented inFusing different functions that were not officially supported as MAXScript tools. This interface consolidates all relevant properties and methods in one place and let MAXScript users apply them in their own tools.
Constructor
Class instances not creatable by MAXScriptPolyToolsUVWTweak interfaces
Interface: PolyToolsUVWTweakProperties
PolyToolsUVWTweak.FullStrength : integer : Read|WriteGet/set the Full Strength value.
PolyToolsUVWTweak.Falloff : integer : Read|WriteGet/set the Falloff value.
PolyToolsUVWTweak.Strength : float : Read|WriteGet/set the Strength value.
PolyToolsUVWTweak.BoundryFixed : boolean : Read|WriteGet/set the state of the Fixed Boundary option.
Methods
<boolean>PolyToolsUVWTweak.StartTool ()Activates the UVWTweak tool.
<boolean>PolyToolsUVWTweak.EndTool ()Deactivates the UVWTweak tool.