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

Class RenderResult

The Render Result Object

Result of rendering, including all layers and passes.

References

Instance Methods [hide private]
 
load_from_file(filename)
Copies the pixels of this render result from an image file.
Instance Variables [hide private]
Collection of RenderLayer (readonly) layers
layers
int (readonly) in [-inf, inf] resolution_x
resolution_x
int (readonly) in [-inf, inf] resolution_y
resolution_y
Method Details [hide private]

load_from_file(filename)

 

Copies the pixels of this render result from an image file.

Parameters:
  • filename (string)