CompositorNodeBoxMask(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeBoxMask(CompositorNode)
height

Height of the box

Type :float in [0, 2], default 0.2
mask_type
Type :enum in [‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘NOT’], default ‘ADD’
rotation

Rotation angle of the box

Type :float in [-1000, 1000], default 0.0
width

Width of the box

Type :float in [0, 2], default 0.3
x

X position of the middle of the box

Type :float in [-1, 2], default 0.5
y

Y position of the middle of the box

Type :float in [-1, 2], default 0.5

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeBokehImage(CompositorNode)

Next topic

CompositorNodeBrightContrast(CompositorNode)