CompositorNodeImage(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeImage(CompositorNode)
frame_duration

Number of images of a movie to use

Type :int in [0, 300000], default 0
frame_offset

Offset the number of the frame to use in the animation

Type :int in [-300000, 300000], default 0
frame_start

Global starting frame of the movie/sequence, assuming first picture has a #1

Type :int in [-300000, 300000], default 0
image
Type :Image
layer
Type :enum in [‘PLACEHOLDER’], default ‘PLACEHOLDER’
use_auto_refresh

Always refresh image on frame changes

Type :boolean, default False
use_cyclic

Cycle the images in the movie

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeIDMask(CompositorNode)

Next topic

CompositorNodeInvert(CompositorNode)