RenderResult(bpy_struct)
base class — bpy_struct
- class bpy.types.RenderResult(bpy_struct)
Result of rendering, including all layers and passes
- layers
(default None, readonly)
- Type:
- resolution_x
(in [-inf, inf], default 0, readonly)
- Type:
int
- resolution_y
(in [-inf, inf], default 0, readonly)
- Type:
int
- views
(default None, readonly)
- Type:
- load_from_file(filepath)
Copies the pixels of this render result from an image file
- Parameters:
filepath (str) – File Name, Filename to load into this render tile, must be no smaller than the render result (never None)
- stamp_data_add_field(field, value)
Add engine-specific stamp data to the result
- Parameters:
field (str) – Field, Name of the stamp field to add (never None)
value (str) – Value, Value of the stamp data (never None)
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type