Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".

This commit is contained in:
Tomoaki Hayasaka 2023-04-02 21:43:40 +09:00
parent 27fc64ad46
commit 1917064b56

View File

@ -20,7 +20,7 @@ function hideWidget(node, widget, suffix = "") {
if (link == null) {
return undefined;
}
return widget.value;
return widget.origSerializeValue ? widget.origSerializeValue() : widget.value;
};
// Hide any linked widgets, e.g. seed+randomize