This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Manuel Castilla 88aa056d1a 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
2021-06-16 14:04:24 +02:00
..
2021-03-29 19:11:17 -06:00
2021-06-15 09:57:57 -03:00
2021-04-11 13:09:27 +10:00
2021-06-15 10:26:31 +02:00
2021-06-13 14:54:54 +10:00
2021-06-15 19:01:53 -07:00
2021-06-16 12:29:44 +10:00