fix naming on layer 1
Some checks failed
Build / Build (Linux) (push) Has been cancelled
Build / Build (macOS) (push) Has been cancelled
Build / Build (Windows) (push) Has been cancelled
Deploy / test (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Some checks failed
Build / Build (Linux) (push) Has been cancelled
Build / Build (macOS) (push) Has been cancelled
Build / Build (Windows) (push) Has been cancelled
Deploy / test (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
This commit is contained in:
@@ -61,7 +61,7 @@ class Save:
|
|||||||
"default": "",
|
"default": "",
|
||||||
"placeholder": "name",
|
"placeholder": "name",
|
||||||
"show_when_input_visible": "field_0",
|
"show_when_input_visible": "field_0",
|
||||||
"inline_with_input": "value",
|
"inline_with_input": "layer_1",
|
||||||
"hide_label": True,
|
"hide_label": True,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
@@ -91,7 +91,7 @@ class Save:
|
|||||||
"placement": "top",
|
"placement": "top",
|
||||||
}),
|
}),
|
||||||
"value": ("DATA_FIELD", {
|
"value": ("DATA_FIELD", {
|
||||||
"label": "value",
|
"label": "layer 1",
|
||||||
"accepted_types": [
|
"accepted_types": [
|
||||||
"IMAGE",
|
"IMAGE",
|
||||||
"ANNOTATION_SOURCE",
|
"ANNOTATION_SOURCE",
|
||||||
@@ -117,11 +117,8 @@ class Save:
|
|||||||
OUTPUT_NODE = True
|
OUTPUT_NODE = True
|
||||||
MANUAL_TRIGGER = True
|
MANUAL_TRIGGER = True
|
||||||
DESCRIPTION = (
|
DESCRIPTION = (
|
||||||
"Save one or more graph values to disk. A single value works for every type "
|
"Save one or more channels."
|
||||||
"(fields, images, lines, tables, scalars, meshes). For DataFields and Images, "
|
"Use 'GWY','TIFF (data)', or 'HDF5' when you need to re-open the result with its "
|
||||||
"additional layer slots appear as you connect each one, letting you write "
|
|
||||||
"multi-channel TIFF, NPZ, GWY, or HDF5 stacks from a single node. "
|
|
||||||
"Use 'GWY' or 'TIFF (data)' when you need to re-open the result with its "
|
|
||||||
"physical units preserved."
|
"physical units preserved."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user