litegraph.js icon indicating copy to clipboard operation
litegraph.js copied to clipboard

enhance:processNodeWidgets

Open langrenzhou opened this issue 1 year ago • 2 comments

1.Combo widget cannot cycle when clicking arrow 2.Add dataProcess so that when the widget value is changed, you can add conditional restrictions to the widget value 3.When modifying the widget value, when the widget value is bound to a property, the widget value and property should be modified only once, but calling setPropery directly causes the widget value to be modified twice.

langrenzhou avatar Dec 04 '24 04:12 langrenzhou

but I need to call setProperty to be sure we all use the same path to modify properties.

jagenjo avatar Jul 28 '25 10:07 jagenjo

but I need to call setProperty to be sure we all use the same path to modify properties. No, I think this is a two-way binding relationship. When modifying a property, determine whether the property is associated with the widget for synchronous modification. Similarly, when modifying the widget value, determine the property.

langrenzhou avatar Jul 30 '25 01:07 langrenzhou