CompositorNodeDespeckle(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeDespeckle(CompositorNode)
threshold

Threshold for detecting pixels to despeckle

Type :float in [0, 1], default 0.0
threshold_neighbour

Threshold for the number of neighbor pixels that must match

Type :float in [0, 1], default 0.0
classmethod is_registered_node_type()

True if a registered node type

Returns:Result
Return type:boolean
init(context)
static update(self)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeDefocus(CompositorNode)

Next topic

CompositorNodeDiffMatte(CompositorNode)