This commit is contained in:
FizzleDorf 2023-03-31 18:50:47 -04:00
parent 0b08c654f3
commit e21e60968b

View File

@ -264,6 +264,7 @@ app.registerExtension({
this.outputs[0].name = type;
this.outputs[0].widget = widget;
//make sure the seedControl is added to the correct Primitive node labelled "seed"
if (widget.name === "seed") {
const seed = this.#createWidget(widget.config, theirNode, widget.name);
const seedControl = addSeedControlWidget(this, seed, "randomize");