The following properties and methods expose the Render UV Template Dialog settings of the UnwrapUVW Modifier to MAXScript.
Properties
<Unwrap_UVW>.renderuv_width Integer default: 1024 -- integer; Width
Get/Set the Image Width.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_height Integer default: 1024 -- integer; Height
Get/Set the Image Height.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_force2sided BooleanClass default: true -- boolean; Force_2_Sided
Get/Set the state of the Force 2-Sided checkbox.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_fillColor Color default: (color 127.5 127.5 127.5) -- RGB color; Fill_Color
Get/Set the Fill Color value.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_fillalpha Float default: 1.0 -- float; Fill_Alpha
Get/Set the Fill Alpha value.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_fillmode Integer default: 0 -- integer; Fill_Mode
Get/Set the Fill Mode.
Possible values are:
0 - None
1 - Solid
2 - Normal
3 - Shaded
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_showoverlap BooleanClass default: true -- boolean; Overlap
Get/Set the state of the Show Overlap checkbox.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_overlapColor Color default: (color 255 0 0) -- RGB color; Overlap_Color
Get/Set the Overlap color. A
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_edgeColor Color default: (color 255 255 255) -- RGB color; Edge_Color
Get/Set the Edge color.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_edgealpha Float default: 1.0 -- float; Edge_Alpha
Get/Set the Edge Alpha value.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_visibleedges BooleanClass default: true -- boolean; Visible_Edges
Get/Set the state of the Visible Edges checkbox. When true, visible edges will be rendered.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_invisibleedges BooleanClass default: false -- boolean; Invisible_Edges
Get/Set the state of the Invisible Edges checkbox. When true, invisible edges will be rendered.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_seamedges BooleanClass default: true -- boolean; Seam_Edges
Get/Set the state of the Seam Edges checkbox. When true, seam edges will be rendered.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_seamColor Color default: (color 0 255 0) -- RGB color; Seam_Color
Get/Set the color to render Seam Edges with.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<Unwrap_UVW>.renderuv_showframebuffer BooleanClass default: true -- boolean; Show_Frame_Buffer
When true, theframe buffer will be displayed.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
Methods:
<void><Unwrap_UVW>.renderUVDialog()
Opens the Render UVW Template dialog.
Exposed via unwrap5
interface in 3ds Max 8 and higher.
<void><Unwrap_UVW>.renderUV <filename>fileName
Renders a UVW Template to the specified file name using the current Render UVW Template dialog settings.
Exposed via unwrap5
interface in 3ds Max 8 and higher.