NodeGraphQt
NodeGraphQt copied to clipboard
Node graph framework that can be re-implemented into applications that supports PySide2
Hi, I love your project. 💖 It's amazing and will help me so much. I came across some small bugs while using the example project from this repo: (i removed...
A lot of countries use decimal comma (0,1), and not decimal point (0.1). I am using PySide2. Qt sets [QLocale](https://doc.qt.io/qtforpython-5/PySide2/QtCore/QLocale.html#PySide2.QtCore.PySide2.QtCore.QLocale) object initialized to the system locale. On Windows and Mac,...
If the **layout direction** in a node is changed to **vertical**, then duplicating that node causes a strange behavior. For example, consider `node_a` in vertical layout. Then use the `NodeGraph.duplicate_nodes()`...
As the title :- ) And I'm glad to donate for this request.
I tried to update to PySide6, but it prompted me with "No Qt binding were found." How can I resolve this issue
Hello, Would there be a way to get the group nodes content without having to have the sub graph session created? I feel like the content of the group node...
Hi! Lets say I have Node A and Node B. They are connected via simple connection. Then lets assume I make another graph, where I would like to display those...
Note, I might just be understanding this wrong; but GroupNodes does not seem to be saved my json file? Also, how do i programatically build a GroupNode?
I have implemented a data analysis framework that allows node computation and back propagation of derivatives for optimization of parameters by subclassing NodeGraph and BaseNode. This required allowing cyclic graphs...