rework output type socket to be more flexible

This commit is contained in:
2026-03-28 14:10:17 -07:00
parent 1b831cda5d
commit 3b838deb4d
55 changed files with 213 additions and 117 deletions

View File

@@ -307,8 +307,11 @@ class LineCorrection:
},
}
RETURN_TYPES = ("DATA_FIELD", "DATA_FIELD", "LINE")
RETURN_NAMES = ("corrected", "background", "row shifts")
OUTPUTS = (
('DATA_FIELD', 'corrected'),
('DATA_FIELD', 'background'),
('LINE', 'row_shifts'),
)
FUNCTION = "process"
DESCRIPTION = (