rework output type socket to be more flexible
This commit is contained in:
@@ -15,8 +15,9 @@ class CoordinatePair:
|
||||
}
|
||||
}
|
||||
|
||||
RETURN_TYPES = ("COORDPAIR",)
|
||||
RETURN_NAMES = ("coord pair",)
|
||||
OUTPUTS = (
|
||||
('COORDPAIR', 'coord_pair'),
|
||||
)
|
||||
FUNCTION = "process"
|
||||
|
||||
DESCRIPTION = "Output a pair of coordinates."
|
||||
|
||||
Reference in New Issue
Block a user