rework output type socket to be more flexible
This commit is contained in:
@@ -15,8 +15,9 @@ class Coordinate:
|
||||
}
|
||||
}
|
||||
|
||||
RETURN_TYPES = ("COORD",)
|
||||
RETURN_NAMES = ("point",)
|
||||
OUTPUTS = (
|
||||
('COORD', 'point'),
|
||||
)
|
||||
FUNCTION = "process"
|
||||
|
||||
DESCRIPTION = "Output a fractional (x, y) coordinate pair in [0, 1]."
|
||||
|
||||
Reference in New Issue
Block a user