Package bpy :: Module types :: Class CompositorNodeOutputFile
[hide private]
[frames] | no frames]

Class CompositorNodeOutputFile


The Output File Object

(no references to this struct found)

Instance Variables [hide private]
int in [1, 300000] end_frame
End Frame
enum exr_codec
Codec in...
boolean exr_half
Half
string filename
Filename (maximum length of 256)
enum image_type
Image Type in...
Collection of NodeSocket (readonly) inputs
Inputs (Inherited from bpy.types.Node)
float array of 2 items in [-10000, 10000] location
Location (Inherited from bpy.types.Node)
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
int in [1, 100] quality
Quality
int in [1, 300000] start_frame
Start Frame
enum (readonly) type
Type in... (Inherited from bpy.types.CompositorNode)
Instance Variable Details [hide private]

exr_codec

Codec in...
  • NONE
  • PXR24
  • ZIP
  • PIZ
  • RLE
Type:
enum

image_type

Image Type in...
  • TARGA
  • RAW_TARGA
  • PNG
  • BMP
  • JPEG
  • IRIS
  • RADIANCE_HDR
  • CINEON
  • DPX
  • OPENEXR
Type:
enum