CompositorNodeKeying(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeKeying(CompositorNode)
blur_post

Matte blur size which applies after clipping and dilate/eroding

Type :int in [0, 2048], default 0
blur_pre

Chroma pre-blur size which applies before running keyer

Type :int in [0, 2048], default 0
clip_black

Value of non-scaled matte pixel which considers as fully background pixel

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

Value of non-scaled matte pixel which considers as fully foreground pixel

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

Balance between non-key colors used to detect amount of key color to be removed

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

Factor of despilling screen color from image

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

Matte dilate/erode side

Type :int in [-100, 100], default 0
edge_kernel_radius

Radius of kernel used to detect whether pixel belongs to edge

Type :int in [0, 100], default 0
edge_kernel_tolerance

Tolerance to pixels inside kernel which are treating as belonging to the same plane

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

Distance to grow/shrink the feather

Type :int in [-100, 100], default 0
feather_falloff

Falloff type the feather

  • SMOOTH Smooth, Smooth falloff.
  • SPHERE Sphere, Spherical falloff.
  • ROOT Root, Root falloff.
  • SHARP Sharp, Sharp falloff.
  • LINEAR Linear, Linear falloff.
Type :enum in [‘SMOOTH’, ‘SPHERE’, ‘ROOT’, ‘SHARP’, ‘LINEAR’], default ‘SMOOTH’
screen_balance

Balance between two non-primary channels primary channel is comparing against

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

CompositorNodeInvert(CompositorNode)

Next topic

CompositorNodeKeyingScreen(CompositorNode)