Files
test2/source
Lukas Tönne 7b680850c6 Fix for node group "make" adding sockets in wrong order
Making a group from a single node that has some connections will add the
connected outputs and inputs first, then add all unconnected outputs and
inputs. This can lead to incorrect socket order (out-in-out-in).

This patch integrates unconnected sockets into the main outputs/inputs
loops to ensure all outputs are added before inputs.

Pull Request: https://projects.blender.org/blender/blender/pulls/112281
2023-09-12 14:27:09 +02:00
..