carson-katri / dream-textures

Stable Diffusion built-in to Blender
GNU General Public License v3.0
7.77k stars 415 forks source link

Fix render pass image util to flatten array #801

Closed carson-katri closed 3 months ago

carson-katri commented 3 months ago

This was failing before, as foreach_set is expecting a flat array instead of a 2D array of (width * height, channels)