How to return % done of render as a float from python?

How to return % done of render as a float from python?

Anonymous
Not applicable
732 Views
2 Replies
Message 1 of 3

How to return % done of render as a float from python?

Anonymous
Not applicable

I'd like to be able to retrieve the % done of the render from python. Is there an API call to do this?

0 Likes
Accepted solutions (1)
733 Views
2 Replies
Replies (2)
Message 2 of 3

Stephen.Blair
Community Manager
Community Manager
Accepted solution

No, there's no API call for that. And I'm pretty sure there's no Python bindings for the actual render API ...you have to do that in C++



// Stephen Blair
// Arnold Renderer Support
0 Likes
Message 3 of 3

Anonymous
Not applicable

Sweet, I'll add it to the display driver. Is there a call to get the zdepth? Here's my current driver code: https://github.com/tyler-furby/Arnold-For-Blender/blob/master/driver_display_callback_v2/driver_disp...

0 Likes