I am trying to make sure I understand the correct logic of the Progressive Rendering parameters. I've tried to elaborate as best I could. Can someone confirm?
Question 1:
I believe it is like this:
Keep refining each (rb)(Ray bundle size) to target this (nt)Noise Threshold until either the (ms)Max. subdivs or (rt)Render time limit are reached.
If this is the case, and nt is too high and gets achieved before ms or rt... that means it'll just keep refining anyway until the conditions of ms or rt get met. Right?
So that means it IS NOT satisfied like this: Stop (rb) when (nt or ms or rt) are met, but instead like this: Stop (rb) when (ms or rt) are met.
So nt is not a stop condition? Originally, I thought it was, but after it hits the specified nt, it tells you it hit it, but it just keeps going until rt hits.
Question 2:
Max Subdivs is NOT the same as Pass Level correct? Originally/logically I thought it was. So there is no way to stop a render after 50 passes?
Question 3:
If an area of the image achieves a noise level faster than another area does it skip that area from then on so it can continue to refine the rest?....or does this not happen because it does everything at the same level.
Thanks in advance,
Question 1:
I believe it is like this:
Keep refining each (rb)(Ray bundle size) to target this (nt)Noise Threshold until either the (ms)Max. subdivs or (rt)Render time limit are reached.
If this is the case, and nt is too high and gets achieved before ms or rt... that means it'll just keep refining anyway until the conditions of ms or rt get met. Right?
So that means it IS NOT satisfied like this: Stop (rb) when (nt or ms or rt) are met, but instead like this: Stop (rb) when (ms or rt) are met.
So nt is not a stop condition? Originally, I thought it was, but after it hits the specified nt, it tells you it hit it, but it just keeps going until rt hits.
Question 2:
Max Subdivs is NOT the same as Pass Level correct? Originally/logically I thought it was. So there is no way to stop a render after 50 passes?
Question 3:
If an area of the image achieves a noise level faster than another area does it skip that area from then on so it can continue to refine the rest?....or does this not happen because it does everything at the same level.
Thanks in advance,
Comment