Blender crashes when viewing invalid images in the compositor. That's because cached images will not be null, but will be unallocated, so to fix this, we check allocation status as well as nullptr in the image node.
Blender crashes when viewing invalid images in the compositor. That's because cached images will not be null, but will be unallocated, so to fix this, we check allocation status as well as nullptr in the image node.