Rendering more than I need to
Often during the modeling process I render an object over and over again using the exact same camera and lighting configuration. I like to set up a show-off camera position and find a satisfying lighting scheme. Usually after blocking out major shapes its easy to lock camera and lights and focus purely on the object modelling. Camera and lights will stay the same for as long as it makes sense. When mesh editing becomes progressively detailed I like to render after every big-ish change. The problem with the vanilla approach to this is that I end up rendering all other unchanged geometry too. This means rendering large sections which are essentially pixel-to-pixel identical between renders -- this is stupid.A solution, maybe
The solution would be to render using the border selection, and composite the previous image with the new rendered region, but I rarely do this because it's too much hassle. That's where scripting comes in. It might be cool to let the Image Editor serve as the place to select the region to render, and then with a special render operator, render the region and auto- composite the new region over the previous render.maybe scripted compositor nodes.. maybe something like this exists already?
problems
As pointed out in the comments, there are problems worth mentioning.- changes in geometry means a change in bounces and shadows.
- changed light + shadows means you will see stitches sometimes. You'll get patchwork renders, i'm OK with that while in the process of modelling. I can get over the imperfect render, just to be able to get a general high res impression of the current state of the model. My machine doesn't always have enough resources to do constant time rendering, so region updates will save some cycles.