[SDK] Issues with iterate suite
Hi, it's me again. I was trying to get rid of similar glitches that were caused by using iterate() from iterate8(16,32)Suite. Why am I sure it is because of this function? Because by changing to a simple pass over all pixels - the problem went away. But now I came to SmartRender, and there is a problem, when I try to get a pixel, I get a reading violation, because some pixels are not available, because the mask is applied, it makes no sense to check for nullptr, because they do contain something, but from inaccessible memory area, then I get an exception. Having returned everything to iterate, there are no errors, masks work, but I still get these glitches, even if I get rid of calculations completely and just flip pixels from input to output, I still get these errors. What could be the problem?


