NodeGraphQt icon indicating copy to clipboard operation
NodeGraphQt copied to clipboard

Node graph framework that can be re-implemented into applications that supports PySide2

Results 95 NodeGraphQt issues
Sort by recently updated
recently updated
newest added

Right now i have a fork where i've added support for adding text to edges (the annoying part being the transforms to properly rotate the text to match the rotating...

feature request

If I create a node with a widget on it (for example a combobox), delete the node and close the application, the code breaks with and access violation return code....

I want the ability to resize the nodes i created. Is there any method. Couldn't find in the docs.

feature request

While the current look and feel of NodeGraphQt looks really good in a dark theme application, it feels like a foreign object in a light theme application. Of course ideally...

When using NodeGraphQt with set_acyclic=False, it seems that connecting the input and output of the same node functions as expected. However, challenges appear when attempting to create a loop between...

bug