Amaranth: Support Image preview on Geometry Nodes
commit67e43f9083b79b33f5aa6ac4d1630946804d9534
authorPablo Vazquez <pablo@blender.org>
Fri, 6 May 2022 15:59:12 +0000 (6 17:59 +0200)
committerPablo Vazquez <pablo@blender.org>
Fri, 6 May 2022 15:59:12 +0000 (6 17:59 +0200)
treebe3b3b55fdb41554777c3e36339757368c7af313
parent5bc28b4eb46b427c818f3493a290954431dee38f
Amaranth: Support Image preview on Geometry Nodes

Limited to unconnected sockets though, it's a bit tricky to get the linked
socket's image since they are evaluated on runtime.

Thanks Dalai for the help.
amaranth/__init__.py
amaranth/node_editor/display_image.py