Hi there
Here it is : i’m making a python script that is able to cut a render into small parts by using render border option…
When OSA is disabled, all works fine and the output pic is ok.
When OSA is enabled, I got some artefacts : the border pixels are quite dark !
I guess it’s due to OSA that samples out of the border limit (where pixels are completely dark). I dunno how to solve this !
Yeah I know I could calculate 1 pix more and cut then, but I’m not sure that if ‘1 pix’ will be available for all OSA samples (from 5 to 16). Can someone help me ?