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