Page 1 of 1

Region Render and samples

Posted: Thu May 07, 2015 11:21 am
by nagboy
Hi,

Would it be possible to get region render to respect max samples? One of the main reasons to use the region render is to estimate how many samples you are going to need in the final image to get it grain free. Right now i cant figure out in any meaningful way how many samples is in the region, it seems like it just keeps on going ignoring max samples.

Eivind

Re: Region Render and samples

Posted: Fri May 08, 2015 2:45 pm
by noelnoel
+1

Re: Region Render and samples

Posted: Fri May 08, 2015 5:58 pm
by profbetis
+1

Re: Region Render and samples

Posted: Sat May 09, 2015 6:35 pm
by kcpr-raffaEl
Maybe this workaround help:

With the number of samples needed for the whole scene I'm making print screen, and then in PS (or other) check width and height of region.

Then I use that equation:

RegionSamples = RegionWidth * RegionHeight / (FullFrameWidth * FullFrameHeight) * FullFrame Samples

For Example if I have region 200x300 px, and full frame ix 1000x500 px, and Samples needed is 2000 - the equation would be:

200 * 300 / (1000*500) * 2000samples = 240 samples

It works OK for me.

One thing you have to be aware that making Print Screen you should either have 100% Zoom and then use Target 100% Frame width and height,
or Fit whole image in window - but then take widht and height of Full frame zoomed out.

I hope I didn't complicated this too much ;)

Re: Region Render and samples

Posted: Tue May 12, 2015 9:30 pm
by gueoct
+1