rework output type socket to be more flexible
This commit is contained in:
@@ -18,8 +18,9 @@ class InverseFFT2D:
|
||||
},
|
||||
}
|
||||
|
||||
RETURN_TYPES = ("DATA_FIELD",)
|
||||
RETURN_NAMES = ("image",)
|
||||
OUTPUTS = (
|
||||
('DATA_FIELD', 'image'),
|
||||
)
|
||||
FUNCTION = "process"
|
||||
|
||||
DESCRIPTION = (
|
||||
|
||||
Reference in New Issue
Block a user