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