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 74 NodeGraphQt issues
Sort by recently updated
recently updated
newest added

This is a beautiful project. Thanks for creating it! This PR exposes the `NodeGraph._auto_update` variable so that it may be set to `False`. It also adds a "Control" menu item...

I have a class which extends `BaseNode`. I add text inputs to this node with `BaseNode.add_text_input`. When I call `BaseNode.set_property` I expect the text inputs content to be updated, however...

Hi Johnny, I have recorded a quick 1min 30 second video demonstrating what I think might be a bug when passing the painter function when you have setup the nodegraph...

I don't know if already implemented but it could be useful to make more complex connection paths like in electircal circuits simulators. This is meant to make big graphs more...

I'm using `v0.1.1` of `NodeGraphQt` in my app. I've tried to make an executable out of my source code using `Pyinstaller` / `Nuitka`, but both of them give the following...

Hello :-), is there any other example of the use of multi port, aside from the "BarNode"? Also, do you have plans to add the visual representation of the connection...

feature request

![image](https://user-images.githubusercontent.com/54308805/110974916-c5e63280-8367-11eb-876a-f1819ac798f0.png) Hello! I want to create a subgraph in node A from graph, but when I update the all nodes (update_nodes(graph.root_node().children())) and I have the following error: _File "C:\Python27\lib\site-packages\NodeGraphQt\example_auto_nodes\node_base\utils.py", line...

Hi, To keep the documentation and graph in sync, is there a way to generate Graphviz dot file from NodeGraphQt ? Cheers

Widgets: - Number widget - Button widget Node behaviour: - If 2 nodes don't have the same color for input and output, they cannot connect. - The color of the...

Hi, I've been glancing the code base for a bit the other day, was a pleasure to navigate the code. I do have a few question, regarding invoking a computation...