From caa3bfd0cc25341bf7563e929dbc067ef605dcf9 Mon Sep 17 00:00:00 2001 From: siraxe Date: Mon, 28 Apr 2025 03:00:43 +0100 Subject: [PATCH] forgot init --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index 104aa60..bfea63f 100644 --- a/__init__.py +++ b/__init__.py @@ -141,6 +141,7 @@ NODE_CONFIG = { "SplineEditor": {"class": SplineEditor, "name": "Spline Editor"}, "CreateShapeImageOnPath": {"class": CreateShapeImageOnPath, "name": "Create Shape Image On Path"}, "CreateShapeMaskOnPath": {"class": CreateShapeMaskOnPath, "name": "Create Shape Mask On Path"}, + "CreateShapeJointOnPath": {"class": CreateShapeJointOnPath, "name": "Create Shape Joint On Path"}, "CreateTextOnPath": {"class": CreateTextOnPath, "name": "Create Text On Path"}, "CreateGradientFromCoords": {"class": CreateGradientFromCoords, "name": "Create Gradient From Coords"}, "CutAndDragOnPath": {"class": CutAndDragOnPath, "name": "Cut And Drag On Path"},