Working on a script and I need a way to update the render result image to a modified render result image.
As far as I've seen, accessing pixels and other properties requires you to save out the render image on disk and reload it again, but I haven't found a way to modify the original render result or change it to another image altogether.
I've some addons that do that (AI render for example I think uses compositor), just wondering if there's a decent way to achieve this?
Any help is greatly appreciated! Thanks!!
bpy.data.images['Render Result'].pixelsarray has a length of zero once the render is complete. It's unclear how those links help when they rely on having data in thepixelsarray. Could you clarify? – SO_fix_the_vote_sorting_bug Jan 12 '24 at 07:54