CompositorNodeImage(CompositorNode)

base classes — bpy_struct, Node, NodeInternal, 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
use_straight_alpha_output

Put Node output buffer to straight alpha instead of premultiplied

Type:boolean, default False
classmethod is_registered_node_type()

True if a registered node type

Returns:Result
Return type:boolean
classmethod input_template(index)

Input socket template

Parameters:index (int in [0, inf]) – Index
Returns:result
Return type:NodeInternalSocketTemplate
classmethod output_template(index)

Output socket template

Parameters:index (int in [0, inf]) – Index
Returns:result
Return type:NodeInternalSocketTemplate
static update(self)

Inherited Properties

Inherited Functions