BlendMap - superclass: BakeElement; super-superclass:MAXWrapper - classID: #(65544, 0)BlendMap allows baking of a selection of lighting components when lighting is on. When lighting is off it can be used to bake ONLY ONE component as raw, for example it gives you the ability to bake a selfillumination map.
It doesn't make sense to have more than one unlit channel on, as there is no way to combine them in a meaningful way.
Constructor
BlendMap ...Properties
<BlendMap>.ambientOn Boolean default: true -- boolean; AmbientEnable/Disable baking of the ambient color component.
<BlendMap>.autoSzOn Boolean default: false -- boolean; Auto_Size_OnEnable/Disable AutoSize.
<BlendMap>.bitmap Bitmap default: undefined -- bitmapGet the bake element’s bitmap. This property cannot be set through MAXScript.
<BlendMap>.diffuseOn Boolean default: true -- boolean; DiffuseEnable/Disable baking of the diffuse color component.
<BlendMap>.elementName String default: "BlendMap" -- stringGet/Set the bake element’s name.
<BlendMap>.emissionOn Boolean default: true -- boolean; Self_IllumEnable/Disable baking of self-illumination.
<BlendMap>.enabled Boolean default: true -- booleanEnable/Disable the bake element.
<BlendMap>.fileName Filenamedefault: "" -- string;Get/Set the element’s output file name.
<BlendMap>.filenameUnique Boolean default: false -- boolean; Filename_UniqueEnable/Disable unique file name generation.
<BlendMap>.fileType Filenamedefault: "" -- string;Get/Set the element’s output file type.
<BlendMap>.filterOn Boolean default: false -- boolean; FilteringOnEnable/Disable filtering.
<BlendMap>.lightingOn Boolean default: true -- boolean; LightingEnable/Disable baking of lighting.
<BlendMap>.outputSzX Integer default: 256 -- integer; output_widthGet/Set the output width.
<BlendMap>.outputSzY Integer default: 256 -- integer; output_heightGet/Set the output height.
<BlendMap>.reflectionOn Boolean default: true -- boolean; ReflectionEnable/Disable baking of reflections.
<BlendMap>.refractionOn Boolean default: true -- boolean; RefractionEnable/Disable baking of refractions.
<BlendMap>.shadowsOn Boolean default: true -- boolean; ShadowsEnable/Disable baking of shadows.
<BlendMap>.specularOn Boolean default: true -- boolean; SpecularEnable/Disable baking of specularity.
<BlendMap>.targetMapSlotName String default: ""Get/Set the name of the map slot where element output will be applied