get_render_progress
Returns a value indicating progressive render progress for the given render context.
arguments
-
"area" : String
The area of progression to return progress for.
Possible Values:
- "progression" - Estimated progression between 0 and 1, indicating progress until error threshold is reached.
- "error" - Current estimate of per-pixel error.
- "iteration" - Number of iterations accumulated in the current progression.
-
"render_context_name" : String
The name of the render context to get progress for.
-
"scene_name" : String
The name under which the scene is stored in the database.
return value
Float64Some value which gives information about how much work has progressed. The interpretation depends on the area argument. In some areas it might be a percentage, in some it might be an absolute value. The value will be -1 if an unsupported area is requested or no progress data is available yet.