rework output type socket to be more flexible
This commit is contained in:
@@ -19,8 +19,9 @@ class Font:
|
||||
}
|
||||
}
|
||||
|
||||
RETURN_TYPES = ("FONT",)
|
||||
RETURN_NAMES = ("font",)
|
||||
OUTPUTS = (
|
||||
('FONT', 'font'),
|
||||
)
|
||||
FUNCTION = "build"
|
||||
|
||||
DESCRIPTION = (
|
||||
|
||||
Reference in New Issue
Block a user