Blender Git Commit Log

Git Commits -> Revision 209aff0

Revision 209aff0 by Manuel Castilla (master)
July 13, 2021, 20:32 (GMT)
Compositor: Fix convert resolutions linking different socket datatypes

Link sockets are always connected to inserted translate or scale
operation `Color` sockets even when they have different data type.
This causes crashes on full frame mode when operations read inputs
with non expected datatypes.

Because data type conversions need to be executed before, convert
resolutions must ensure same datatypes are linked.

Commit Details:

Full Hash: 209aff0a3539a367b38fe71511eff9c8e0169f5a
Parent Commit: 3b6ee8c
Lines Changed: +20, -8

5 Modified Paths:

/source/blender/compositor/intern/COM_Converter.cc (+5, -2) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.cc (+7, -3) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.h (+1, -0) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cc (+6, -3) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021