Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".
This commit is contained in:
parent
27fc64ad46
commit
1917064b56
@ -20,7 +20,7 @@ function hideWidget(node, widget, suffix = "") {
|
|||||||
if (link == null) {
|
if (link == null) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
return widget.value;
|
return widget.origSerializeValue ? widget.origSerializeValue() : widget.value;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Hide any linked widgets, e.g. seed+randomize
|
// Hide any linked widgets, e.g. seed+randomize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user