ART_Renderer_Noise_Filter : RenderElement

ART_Renderer_Noise_Filter - superclass: RenderElement; super-superclass:MAXWrapper - 5:0 - classID: #(917508805L, 2008838497L)

   

NEW in 3ds Max 2017: The ART_Renderer_Noise_Filter Render Element can be used to filter the noise from the ART_Renderer output as a post process.

   

Constructors:

 ART_Renderer_Noise_Filter... RapidRT_Noise_Filter... 

   

Properties:

<ART_Renderer_Noise_Filter>.bitmap	Bitmap	default: undefined  --  bitmap

Get the bitmap the RenderElement writes to.

   

<ART_Renderer_Noise_Filter>.elementName    String    default: "ART Renderer Noise Filter"   --  string; Name

Get/set the name of the Render Element.

   

<ART_Renderer_Noise_Filter>.enabled    BooleanClass    default: true   --  boolean; Bitmap

Get/set the enabled state of the Render Element.

   

<ART_Renderer_Noise_Filter>.strength     Float    default: 0.5   --  float

Get/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   --  float

Get/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).