Can't repro either, maybe was fixed in main. I'll close this report.
I've added a draw_color_simple
callback that works reliably without a context or socket pointer. Both draw_color
and draw_color_simple
are optional, but at least one should be implemented by…
I've simplified the custom_nodes.py template for sockets a bit to show the actual functionality without being too convoluted. Custom socket type now has a simple input_value
properties whose…
FUNC_USE_SELF_ID
flag for the draw method, doesn't do anything.
Moving a socket that's in a panel does not seem to work.
Issue here is inconsistency of "global index" vs. "position in panel". The to_index
passed to the RNA function is supposed to be the…
The socket order if built-in nodes is different now, this is not expected to me nor mentioned in the description.
My bad, i didn't realize that, because the order in which declarations are…