NodeGraphQt
NodeGraphQt copied to clipboard
Adding Inputs or Outputs Do Not Realise into Node Base Instance - won't copy and past new inputs/outputs
Hi
If inputs or putputs are addedoutside of the class init they show up, but they don't come across with a copy and paste, also it seems you can't wire to them.
To be able to dynamically adjust the inputs and outputs would make it useful for a whole heap of other things, not sure if I am doing something wrong or not.
Thx for all your hard work to date, if this issue can be resolved it would mkae my use case.
also it seems you can't wire to them.
Maybe you'll want to set NodeGraph.acyclic to
False?
acyclic helps with one aspect of the wiring issue, but is not relevant to the abiltity to dynamically add ports
Ah, I misunderstood the description. Sorry.
+1 on this, or if there's any possibility to dynamically (in runtime) change some node property (eg port text).
+1 on this too, as I believe it is tied to the fact that inputs and outputs aren't being serialized when saving the graph