Fix #112622: draw_color_simple is optional for custom nodes #112658

Merged
Lukas Tönne merged 1 commits from LukasTonne/blender:fix-socket-color-callback-crash into main 2023-09-21 11:26:04 +02:00

1 Commits

Author SHA1 Message Date
Lukas Tönne 4d04e66c53 Fix #112622: draw_color_simple is optional.
Use magenta fallback color for sockets without a `draw_color_simple`
callback. This is not ideal, but without a context or node instance
the older `draw_color` callback can't be used.
2023-09-21 11:19:43 +02:00