ART_Renderer_Noise_Filter - superclass: RenderElement; super-superclass:MAXWrapper - 5:0 - classID: #(917508805L, 2008838497L)The ART_Renderer_Noise_Filter Render Element can be used to filter the noise from the ART_Renderer output as a post process. Available in in 3ds Max 2017 and higher.
Constructors:
 ART_Renderer_Noise_Filter... RapidRT_Noise_Filter... Properties:
<ART_Renderer_Noise_Filter>.bitmap    Bitmap    default: undefined  --  bitmapGet the bitmap the RenderElement writes to.
<ART_Renderer_Noise_Filter>.elementName    String    default: "ART Renderer Noise Filter"   --  string; NameGet/set the name of the Render Element.
<ART_Renderer_Noise_Filter>.enabled    BooleanClass    default: true   --  boolean; BitmapGet/set the enabled state of the Render Element.
<ART_Renderer_Noise_Filter>.strength     Float    default: 0.5   --  floatGet/set the strength of the Noise Filter as a float in the 0.0 to 1.0 range.
Setting this value will automatically adjust the .strength_percentage value (see below).
<ART_Renderer_Noise_Filter>.strength_percentage     Float    default: 50.0   --  floatGet/set the strength of the Noise Filter as a float in the 0.0 to 100.0 percent range.
Setting this value will automatically adjust the .strength value (see above).