From 0aec3c3113ce8319ffdc795ee2d06a7ec04036fc Mon Sep 17 00:00:00 2001 From: Chaosus Date: Wed, 26 Jun 2019 21:50:38 +0300 Subject: Shows menu when dragging connection on empty space in visual shader graph --- doc/classes/GraphEdit.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index db186eab35..034a64a3fa 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -211,6 +211,17 @@ Signal sent to the GraphEdit when the connection between 'from_slot' slot of 'from' GraphNode and 'to_slot' slot of 'to' GraphNode is attempted to be created. + + + + + + + + + Signal sent when user dragging connection from input port into empty space of the graph. + + @@ -219,6 +230,7 @@ + Signal sent when user dragging connection from output port into empty space of the graph. -- cgit v1.2.3