Blender Git Commit Log

Git Commits -> Revision 88aa056

Revision 88aa056 by Manuel Castilla (master)
June 16, 2021, 12:04 (GMT)
Fix: Image node alpha socket converted to operations twice

On selecting a multi-layer image with a combined pass, a "Combined"
socket is created and default combined pass socket "Image" is
disabled by setting `SOCK_UNAVAIL` flag. When converting into
operations, `ImageNode` converts alpha socket on finding any socket with
a combined pass without checking the flag.

Since commit rB93e2491ee724 an assertion fails when mapping sockets
twice because now map `add_new` is used.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D11566

Commit Details:

Full Hash: 88aa056d1ac5155b8fa20fb36598c84837bccfc2
Parent Commit: b66600b
Lines Changed: +1, -1

1 Modified Path:

/source/blender/compositor/nodes/COM_ImageNode.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021