CompositorNodeDilateErode(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeDilateErode(CompositorNode)
distance

Distance to grow/shrink (number of iterations)

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

Edge to inset

Type :float in [-100, 100], default 0.0
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’
type

Distance to grow/shrink (number of iterations)

Type :enum in [‘STEP’, ‘THRESHOLD’, ‘DISTANCE’, ‘FEATHER’], default ‘STEP’

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeDiffMatte(CompositorNode)

Next topic

CompositorNodeDisplace(CompositorNode)