Update curve_nodes.py

This commit is contained in:
kijai 2024-08-04 16:18:41 +03:00
parent df5e0d49e4
commit dc479dc2ef

View File

@ -1285,7 +1285,8 @@ guaranteed!!
## Graphical editor to create coordinates
**Shift + click** to add control point at end.
**Shift + click** to add a positive (green) point.
**Shift + right click** to add a negative (red) point.
**Ctrl + click** to draw a box.
**Right click on a point** to delete it.
Note that you can't delete from start/end of the points array.
@ -1294,6 +1295,7 @@ 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**
you can clear the image from the context menu by right clicking on the canvas
"""