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

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...

feature request

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...

question

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...

question

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...

feature request

Hello, Is it possible to have ports of the same types (input or output) connected to each other?

question

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...

enhancement

How change text size of NAME_NODE and internal text input? thanks

question