Hello. I’m currently developing script which is supposed to take a sequence image from UV Editor each frame.
I’ve linked it to change frame event on the script tab.
And it actually works fine when I’m changing the frames by myself. UV Image Editor takes next image from sequence, my script does its job and everything is just fine.
But when I’m trying to render animation it appears that frame counter doesn’t increment. This leads to UV Image Editor not to load next image from the sequence. And my script receves old image.
How can I fix it? I want to get new image from image sequence loaded in UV Image Editor while rendering animation.
Thank you.