mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-06-12 00:51:19 +08:00
Update spline_editor.js
This commit is contained in:
parent
a265879af0
commit
6510f7eda9
@ -312,6 +312,10 @@ function createSplineEditor(context, reset=false) {
|
|||||||
tension = tensionWidget.value
|
tension = tensionWidget.value
|
||||||
updatePath();
|
updatePath();
|
||||||
}
|
}
|
||||||
|
pointsWidget.callback = () => {
|
||||||
|
points_to_sample = pointsWidget.value
|
||||||
|
updatePath();
|
||||||
|
}
|
||||||
|
|
||||||
minValueWidget.callback = () => {
|
minValueWidget.callback = () => {
|
||||||
updatePath();
|
updatePath();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user