AlphaMap : BakeElement

AlphaMap - superclass: BakeElement; super-superclass:MAXWrapper - classID: #(65545, 0) 

Value > MAXWrapper > BakeElement > AlphaMap

 

   

Render and Bake Elements - Quick Navigation

This BakeElementimplementsthe baking of the Alpha channel.

Constructor

AlphaMap ... 

Properties

<AlphaMap>.autoSzOn Boolean default: false -- boolean; Auto_Size_On 

Enable/Disable AutoSize.

   

<AlphaMap>.bitmap UndefinedClass default: undefined -- bitmap 

Get the bake element’s bitmap. This property cannot be set through MAXScript.

   

<AlphaMap>.elementName String default: "AlphaMap" -- string 

Get/Set the element name.

   

<AlphaMap>.enabled Boolean default: true -- boolean 

Get/Set the enabled state.

   

<AlphaMap>.fileName Filenamedefault: "" -- string; 

Get/Set the bake element file name.

   

<AlphaMap>.filenameUnique Boolean default: false -- boolean; Filename_Unique 

Enable/Disable unique file name generation.

   

<AlphaMap>.fileType Filenamedefault: "" -- string; 

Get/Set the file type.

   

<AlphaMap>.filterOn Boolean default: false -- boolean; FilteringOn 

Enable/Disable filtering.

   

<AlphaMap>.outputSzX Integer default: 256 -- integer; output_width 

Get/Set the output width.

   

<AlphaMap>.outputSzY Integer default: 256 -- integer; output_height 

Get/Set the output height.

   

<AlphaMap>.targetMapSlotName String default: "" 

Get/Set the name of the map slot where element output will be applied

   

See Also