Name split node outputs

This commit is contained in:
missionfloyd 2023-04-10 02:38:46 -06:00 committed by GitHub
parent 8c16b98008
commit 70564aebb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,6 +373,8 @@ class Split:
}
RETURN_TYPES = ("IMAGE", "IMAGE", "IMAGE")
RETURN_NAMES = ("Red", "Green", "Blue")
FUNCTION = "split"
CATEGORY = "image/postprocessing"