CompositorNodeOutputFile(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeOutputFile(CompositorNode)
active_input_index

Active input index in details view list

Type :int in [-inf, inf], default 0
base_path

Base output path for the image

Type :string, default “”, (never None)
file_slots
Type :bpy_prop_collection of NodeOutputFileSlotFile, (readonly)
format
Type :ImageFormatSettings, (readonly)
layer_slots
Type :bpy_prop_collection of NodeOutputFileSlotLayer, (readonly)
classmethod is_registered_node_type()

True if a registered node type

Returns:Result
Return type:boolean
init(context)
static update(self)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeNormalize(CompositorNode)

Next topic

CompositorNodePixelate(CompositorNode)