tev icon indicating copy to clipboard operation
tev copied to clipboard

In network mode, highlight last received packet/block

Open renderdude opened this issue 4 years ago • 1 comments

Most viewers when used with a progressive renderer, have some way of highlighting the current pixel/tile/block that is being rendered (Pixar's IT uses a blue box, blender uses crosses at the corners).

When using tev (very nice, thank you) with PBRT, as the render takes longer per tile (more samples, ....) it becomes difficult to impossible to identify where in the image pbrt is rendering.

Is it possible to add an indicator for the last received set of pixels. that is erased when the new pixels arrive and a new indicator is displayed?

renderdude avatar Feb 07 '22 22:02 renderdude

Hi, sorry for the delay in getting to this.

A good way to achieve this would be to extend tev's network protocol with packets for drawing (rudimentary) vector graphics on top of a given image. This way, the rendering software itself can choose how it would like to highlight the in-progress rendering, rather than tev interfering with the image in a potentially undesired way.

Tom94 avatar Nov 20 '22 10:11 Tom94