Mobject-Dev-Team / mobject-graph

This is one of the many libraries of mobject. This library focuses on the providing graphical programming abilities to TwinCAT.
MIT License
1 stars 0 forks source link

[Feature request] Update parameter value of existing node instead of recreating the graph #8

Open EtiennePhillipsBeckhoff opened 3 weeks ago

EtiennePhillipsBeckhoff commented 3 weeks ago

Currently, when using nodes that have a state (like a PID controller that contains the accumulated integral value), changing any node's parameter value recreates the whole graph from scratch, causing all the state information to be lost.

Changing this to an update would mean that on-the-fly changes become possible with minimal disruption.

benhar-dev commented 5 days ago

Yep, totally possible to do. I'll add this to the todo list. I feel this should be a quick addition so I'll work on this next.