RenderResult(bpy_struct)

base class — bpy_struct

class bpy.types.RenderResult(bpy_struct)

Result of rendering, including all layers and passes

layers
Type:bpy_prop_collection of RenderLayer, (readonly)
resolution_x
Type:int in [-inf, inf], default 0, (readonly)
resolution_y
Type:int in [-inf, inf], default 0, (readonly)
load_from_file(filename)

Copies the pixels of this render result from an image file

Parameters:filename (string, (never None)) – File Name, Filename to load into this render tile, must be no smaller than the render result

Inherited Properties

Inherited Functions

References