BlendRenderElement - superclass: MAXObject; super-superclass:Value - 12:0 - classID: #(11, 0)Constructor
BlendRenderElement ...Properties
<BlendRenderElement>.enabled Boolean default: true -- booleanShows whether the element is enabled.
<BlendRenderElement>.filterOn Boolean default: true -- boolean; FilteringOnShows whether the active antialiasing filter is enabled for the element.
<BlendRenderElement>.elementName String default: "Blend" -- stringShows the name of the currently selected element. You can type in a custom name for the element.
This control is unavailable when multiple elements are selected.
<BlendRenderElement>.bitmap UndefinedClass default: undefined -- bitmap<BlendRenderElement>.atmosphereOn Boolean default: true -- booleanWhen on, include atmospheric effects. Default=on.
<BlendRenderElement>.shadowOn Boolean default: true -- boolean; ShadowsWhen on, include shadows. Default=on.
<BlendRenderElement>.diffuseOn Boolean default: true -- boolean; DiffuseWhen on, include the diffuse color component. Default=on.
<BlendRenderElement>.ambientOn Boolean default: true -- boolean; AmbientWhen on, include the ambient color component. Default=on.
<BlendRenderElement>.specularOn Boolean default: true - - boolean; SpecularWhen on, include the specular color component. Default=on.
<BlendRenderElement>.emissionOn Boolean default: true -- boolean; Self_IllumWhen on, include self-illumination. Default=on.
<BlendRenderElement>.reflectionOn Boolean default: true -- boolean; ReflectionWhen on, include reflections. Default=on.
<BlendRenderElement>.refractionOn Boolean default: true -- boolean; RefractionWhen on, include refractions. Default=on.
<BlendRenderElement>.inkOn Boolean default: true -- boolean; InkWhen on, include InkNPaint Ink component. Default=on.
<BlendRenderElement>.paintOn Boolean default: true -- boolean; PaintWhen on, include InkNPaint Paint component. Default=on.