From f3fcc2d37ddcd324f07daecc6579306b333215a7 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:50:56 +0300 Subject: [PATCH] Update curve_nodes.py --- curve_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve_nodes.py b/curve_nodes.py index 0484a70..94dcb52 100644 --- a/curve_nodes.py +++ b/curve_nodes.py @@ -423,7 +423,7 @@ class WeightScheduleExtend: FUNCTION = "execute" CATEGORY = "KJNodes" DESCRIPTION = """ -Converts different value lists/series to another type. +Extends, and converts if needed, different value lists/series """ def detect_input_type(self, input_values):