Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Castilla <manzanillawork@gmail.com>2021-06-16 15:04:24 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-06-16 15:04:24 +0300
commit88aa056d1ac5155b8fa20fb36598c84837bccfc2 (patch)
treec53f7af228e3582c8a6c070780f54166f7777426 /source/blender/editors/screen/screen_ops.c
parentb66600b9f339dabf6a95641b15e7f2f4f7feca8d (diff)
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
Diffstat (limited to 'source/blender/editors/screen/screen_ops.c')
0 files changed, 0 insertions, 0 deletions