NodeGraphQt
NodeGraphQt copied to clipboard
Node graph framework that can be re-implemented into applications that supports PySide2
Hey, quick question about the vertical node graph node display style: It seems like currently one can only set it globally by changing the NODE_LAYOUT_DIRECTION variable in the constants.py. Are...
Hey, I added a PR for https://github.com/jchanvfx/NodeGraphQt/issues/272 Not sure if these are all the spots where it needs to be fixed, seems to work for me though. Would be cool...
We have very large nodegraphs with multiple connections from outputs to inputs that are "upstream". For angled pipes, this results in pipes that run diagonal rather than right angles and...
I tried to incorporate the node graph into a QMainWindow. And then replicated the menubar with associated shortcuts based on context_menu. Everything appeared to work fine in macOS. However in...
Sorry, maybe a dumb question, but how to move label to the left side inside on the top of the input box ? I can't get the custom widgets to...
It would be great to be able to trunk edges, eg condense to a single line that breaks fans out to the ports close to the node. Probably only for...
Hello, Is it possible to have ports of the same types (input or output) connected to each other?
This is less a bug report, but a suggested addition. My code, based on nodegraphqt works great under windows, but the graphics were sluggish under Linux. I was able to...
How change text size of NAME_NODE and internal text input? thanks