From 3c0bc27343f6f9ad46c903b2049da05b28150bfd Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:57:34 +0300 Subject: [PATCH] Update curve_nodes.py --- nodes/curve_nodes.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nodes/curve_nodes.py b/nodes/curve_nodes.py index fabbbf7..3ba8b7c 100644 --- a/nodes/curve_nodes.py +++ b/nodes/curve_nodes.py @@ -1285,10 +1285,12 @@ guaranteed!! **Shift + click** to add control point at end. **Ctrl + click** to draw a box. **Right click on a point** to delete it. -Note that you can't delete from start/end. +Note that you can't delete from start/end of the points array. -To add an image select the node and copy/paste or drag in the image. -The image is saved to the node +To add an image select the node and copy/paste or drag in the image. +Or from the bg_image input on queue (first frame of the batch). + +**THE IMAGE IS SAVED TO THE NODE AND WORKFLOW METADATA** """