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