Input and output sockets do not work the same way. The picture seen sockets input and output node "ObjectProps". The socket input button is drawn, while the output socket - no. Who knows the reason? How to make a button in the output socket?

Asked
Active
Viewed 228 times
2
Alexander Nedovizin
- 260
- 2
- 6
1 Answers
4
This is a missing feature of the node API. There is a patch for this ready and waiting, but since it changes the way node sockets look i want to wait for green light from scripters before committing to trunk.
UPDATE: This feature has been added in trunk now (r60661). Socket draw functions are responsible for drawing only labels if that is the desired behavior, otherwise inputs and outputs draw the same way. See the API changes wiki page.
lukas_t
- 3,024
- 13
- 14
The socket input is possible, and in the socket output is not possible. Why?
– Alexander Nedovizin Sep 07 '13 at 12:46Can you give a link to the finished compiled Blender with this patch?
– Alexander Nedovizin Sep 07 '13 at 14:25