The PolyToolsShift Global Utility Plugin introduced in 3ds Max 2011 exposes an interface that provides MAXScript access to the Graphite Shift tools.
The functionality was first implemented in 3ds Max 2010 using 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.
Get/set the Shift Full Strength value.
Get/Set the Shift Falloff value.
Get/set the state of the Use Mirror option.
Get/set the state of the Use Selected Vertices option.
Get/set the state of the Ignore Backfacing option.
Returns true on success, false otherwise.
Returns true on success, false otherwise.
Returns the state of the Freeze Axis specified by the argument.
Sets the state of the Freeze Axis specified by the first argument to the Boolean value specified by the second argument.
Possible first argument values are:
Returns the state of the Freeze Selected Edges axis specified by the argument.
Sets the state of the Freeze Selected Edges axis specified by the first argument to the Boolean value specified by the second argument.
Possible first argument values are:
Returns the Mirror axis as a name value.
Sets the Mirror axis to the name value provided by the argument.