NodeGraphQt icon indicating copy to clipboard operation
NodeGraphQt copied to clipboard

Ideas

Open slendidev opened this issue 5 years ago • 2 comments

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 node connection changes based upon the node input and output color. When selected, the color is inverted or set to another color.

General changes:

  • Runnable nodes. With this, nodes can be ran easily. Bassicly an interpreter.

slendidev avatar Oct 06 '19 13:10 slendidev

You can run 'example_auto_nodes.py'. AutoNode can make ports have different data type appera different color. Different port type cannot connect. Right click the AutoNode click 'cook node' can run the node.

ArnoChenFx avatar Apr 07 '20 07:04 ArnoChenFx

v0.1.2 you can now embed your own custom widget in a node object see example. https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_node.html#embedding-custom-widgets

jchanvfx avatar Feb 03 '21 21:02 jchanvfx