CompositorNodeOutputFile(CompositorNode)
base classes — bpy_struct, Node, CompositorNode
-
class bpy.types.CompositorNodeOutputFile(CompositorNode)
-
exr_codec
Type : | enum in [‘NONE’, ‘PXR24’, ‘ZIP’, ‘PIZ’, ‘RLE’], default ‘NONE’ |
-
filepath
Output path for the image, same functionality as render output.
-
frame_end
Type : | int in [0, 300000], default 0 |
-
frame_start
Type : | int in [0, 300000], default 0 |
-
image_type
Type : | enum in [‘TARGA’, ‘RAW_TARGA’, ‘PNG’, ‘BMP’, ‘JPEG’, ‘IRIS’, ‘RADIANCE_HDR’, ‘CINEON’, ‘DPX’, ‘OPENEXR’], default ‘TARGA’ |
-
quality
Type : | int in [1, 100], default 0 |
-
use_exr_half
Type : | boolean, default False |
Inherited Properties
Inherited Functions