Nodes: revert the inline (pass-through) socket feature #112560

Merged
Lukas Tönne merged 11 commits from LukasTonne/blender:nodes-revert-inline-sockets into main 2023-09-22 16:57:06 +02:00

11 Commits

Author SHA1 Message Date
Lukas Tönne 54c566b847 Merge branch 'main' into nodes-revert-inline-sockets 2023-09-22 16:56:14 +02:00
Lukas Tönne 8861becad1 Copy socket-copying code from blenkernel to versioning. 2023-09-22 16:29:56 +02:00
Lukas Tönne 37a2c28d64 Cleanup: Dots after comments. 2023-09-22 12:20:19 +02:00
Lukas Tönne 7b9414c820 Merge branch 'main' into nodes-revert-inline-sockets 2023-09-22 12:19:48 +02:00
Lukas Tönne a8f2f50df3 Merge branch 'main' into nodes-revert-inline-sockets
buildbot/vexp-code-patch-coordinator Build done. Details
2023-09-22 11:33:52 +02:00
Lukas Tönne ff85c97a1c Removed input_output API functions from node declarations.
These would now simply add an input and an output separately, but this
is not very useful.
2023-09-21 11:09:07 +02:00
Lukas Tönne 7bbf761906 Cleanup: Revert unwanted formatting changes. 2023-09-21 11:06:29 +02:00
Lukas Tönne a0b016c64e Merge branch 'main' into nodes-revert-inline-sockets 2023-09-21 10:49:28 +02:00
Lukas Tönne 6563e3e6b8 Remove the 'Both' socket in/out enum value.
This feature does not make much sense without inlined sockets. All
sockets are back to being either inputs or outputs.
2023-09-19 12:06:25 +02:00
Lukas Tönne 917681a5a7 Add outputs before inputs. 2023-09-19 10:29:18 +02:00
Lukas Tönne d8babe7057 Revert the socket inlining feature. 2023-09-19 10:06:38 +02:00