appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.21k stars 330 forks source link

Allow sending AOV tiles to stdout #1882

Closed dictoon closed 6 years ago

oktomus commented 6 years ago

Being able to print tiles boundaries while rendering or printing each tile rendered output ?

dictoon commented 6 years ago

The goal here is to send the actual AOV tiles pixels to stdout (configured to use binary format). Check the file appleseed.cli/stdouttilecallback.cpp.

oktomus commented 6 years ago

Thanks, I will have a look!

dictoon commented 6 years ago

Fantastic! The goal is to send AOV tiles to blenderseed, our Blender plugin. Feel free to discuss the Blender side of things with @jdent02 on #blenderseed.

oktomus commented 6 years ago

Ok thanks :)