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 get_node_type()

Get the identifier of the node type

Returns:Result
Return type:string, (never None)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeNormalize(CompositorNode)

Next topic

CompositorNodePixelate(CompositorNode)