Unwrap_UVW Modifier - Regular (Unfold) Mapping
 
 
 
 

   

Unwrap_UVW Modifier - Main Topic

   

Modifier Classes - Quick Navigation

   

NEW in 3ds Max 2012: The following methods introduced in 3ds Max 2012 expose the Unfold Mapping workflow to MAXScript:

   

Unfold Mapping

Methods:

 <void><Unwrap_UVW>.RegularMapStart <node>node <boolean>showUI 

NEW in 3ds Max 2012: Starts the Unfold Mapping process for the specified node. If the second argument is passed as true, also displays the "Unfold Map" dialog.

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapEnd()

NEW in 3ds Max 2012: Ends the Unform Mapping process and closes the "Unfold Map" dialog if open.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapReset()

NEW in 3ds Max 2012: Resets the Unfold mapping.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<boolean><Unwrap_UVW>.RegularMapGetAutoWeld()

NEW in 3ds Max 2012: Returns the state of the "Use Threshold" checkbox.

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetAutoWeld <boolean>enable

NEW in 3ds Max 2012: Sets the state of the "Use Threshold" checkbox.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<float><Unwrap_UVW>.RegularMapGetAutoWeldThreshold()

NEW in 3ds Max 2012: Returns the auto-weld "Threshold" value.

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetAutoWeldThreshold <float>threshold

NEW in 3ds Max 2012: Sets the auto-weld "Threshold" value. The Unfold Map dialog's UI will not be updated unless it is reopened.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<boolean><Unwrap_UVW>.RegularMapGetSingleStep()

NEW in 3ds Max 2012: Returns the state of the "Single Step" option.

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetSingleStep <boolean>enable

NEW in 3ds Max 2012: Sets the state of the "Single Step" option to the boolean argument.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<integer><Unwrap_UVW>.RegularMapGetLimit()

NEW in 3ds Max 2012: Returns the selection index of the "Advance Limit" drop-down list option.

Possible values are:

1 - Full (default)

2 - Partial

3 - Always

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetLimit <integer>limit

NEW in 3ds Max 2012: Sets the selection index of the "Advance Limit" drop-down list option to the specified integer. See above for supported values.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<boolean><Unwrap_UVW>.RegularMapGetNormalize()

NEW in 3ds Max 2012: Returns the state of the "Normalize" option.

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetNormalize <boolean>enable

NEW in 3ds Max 2012: Sets the state of the "Normalize" option.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<integer><Unwrap_UVW>.RegularMapGetAutoFit()

NEW in 3ds Max 2012: Returns the selection of the "Auto Fit" drop-down list option.

Possible values are:

1 - Auto Fit None

2 - Auto Fit Last (default)

3 - Auto Fit All

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetAutoFit <integer>autofit

NEW in 3ds Max 2012: Sets the selection of the "Auto Fit" drop-down list option. See above for supported values.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapResetFaces()

NEW in 3ds Max 2012: Equivalent to pressing the "Reset Faces" button in the Unform Map dialog.

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapStartNewCluster <node>node <index>index

NEW in 3ds Max 2012:

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapAdvanceSelected <boolean>singleStep

NEW in 3ds Max 2012:

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapAdvanceUV <boolean>uPos <boolean>vPos <boolean>uNeg <boolean>vNeg <boolean>singleStep 

NEW in 3ds Max 2012:

Exposed via unwrap6 interface in 3ds Max 2012.

   

<float><Unwrap_UVW>.RegularMapGetIconSize()

NEW in 3ds Max 2012:

Exposed via unwrap6 interface in 3ds Max 2012.

<void><Unwrap_UVW>.RegularMapSetIconSize <float>size

NEW in 3ds Max 2012:

Exposed via unwrap6 interface in 3ds Max 2012.

   

<void><Unwrap_UVW>.RegularMapExpand <enum>expandBy 

 expandBy enums: {#smgrp | #planar | #edgeSel | #faceSel | #outerBorder | #innerBorder | #ring | #peltseams | #loop}

NEW in 3ds Max 2012: Expands the selection by the specified method.

Exposed via unwrap6 interface in 3ds Max 2012.