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, 1048574], default 0

frame_offset

Offset the number of the frame to use in the animation

Type

int in [-1048574, 1048574], default 0

frame_start

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

Type

int in [-1048574, 1048574], default 0

has_layers

True if this image has any named layer

Type

boolean, default False, (readonly)

has_views

True if this image has multiple views

Type

boolean, default False, (readonly)

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

view
Type

enum in [‘ALL’], default ‘ALL’

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

update()
classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions