Fix #109231: Python defined socket type switching broken #109298

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:fix-custom-socket-build into blender-v3.6-release 2023-06-23 17:47:44 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey 75e9490f5c Fix #109231: Python defined socket type switching broken
The dynamic declarations introduced by 7026096099 didn't
work properly for custom node socket types yet since changes weren't
detected and new sockets in group nodes or group inputs/outputs weren't
created correctly. The fix is simple, we just copy the pattern from the other
socket types.
2023-06-23 11:30:20 -04:00