Fix #113134: Use a valid socket in node groups for custom nodes #113330

Merged
Lukas Tönne merged 1 commits from LukasTonne/blender:fix-custom-nodes-default-socket into blender-v4.0-release 2023-10-06 14:33:42 +02:00

1 Commits

Author SHA1 Message Date
Lukas Tönne ff01df1817 Fix #113134: Use a valid socket in node groups for custom nodes.
Custom node trees may not suppor the default NodeSocketFloat socket
type. In case this default type is not supported, search all registered
socket types and pick the first one that is supported by the custom
node tree.
2023-10-06 11:37:16 +02:00