ExecutionGraph icon indicating copy to clipboard operation
ExecutionGraph copied to clipboard

Node Add: Init types of sockets.

Open gabyx opened this issue 6 years ago • 1 comments

Currently after GraphManipulationServiceBinaryHttp::addNode we have not setup the socket type strings. They reside in the GraphTypeDescription. It is currently only needed for the type-tooltip-tool to show the types. Maybe we directly lookup the correct type inside the tool (making the tool accessible to the current GraphTypeDescription). So we dont need to save the type string in the model.Socket..?

Or if we want to store the types inside the Socket -> where should we setup these, after AddNode where we init all uiProps as well?...

gabyx avatar Feb 10 '19 12:02 gabyx

Relates to #15

gabyx avatar Feb 10 '19 12:02 gabyx