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
ofRenderLayer
, (readonly)
-
resolution_x
¶ Type: int in [-inf, inf], default 0, (readonly)
-
resolution_y
¶ Type: int in [-inf, inf], default 0, (readonly)
-
views
¶ Type: bpy_prop_collection
ofRenderView
, (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