Access to render buffer

May a rendered image (buffer) be accessed? I mean, something like:

image=rcontext.render()

i.e., whithout tricks like save the animation and reload it… (thanks, jms)

AFAIK, you can only directly access the image buffer created after render through a sequence plugin.

Martin

yup, currently that’s only way to do it. I’ve heard rumors that this will be added to python, but it hasn’t happened yet.