From 59738e3fa3f01f85782883d025cd96f9b0d44283 Mon Sep 17 00:00:00 2001 From: Swarnim Arun Date: Sat, 14 Sep 2019 00:44:12 +0530 Subject: Visualscript editor graph unification & refactoring Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes --- .../doc_classes/VisualScriptComposeArray.xml | 15 ++++ .../doc_classes/VisualScriptLists.xml | 95 ++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 modules/visual_script/doc_classes/VisualScriptComposeArray.xml create mode 100644 modules/visual_script/doc_classes/VisualScriptLists.xml (limited to 'modules/visual_script/doc_classes') diff --git a/modules/visual_script/doc_classes/VisualScriptComposeArray.xml b/modules/visual_script/doc_classes/VisualScriptComposeArray.xml new file mode 100644 index 0000000000..92efbc51d1 --- /dev/null +++ b/modules/visual_script/doc_classes/VisualScriptComposeArray.xml @@ -0,0 +1,15 @@ + + + + A Visual Script Node used to create array from a list of items. + + + A Visual Script Node used to compose array from the list of elements provided with custom in-graph UI hard coded in the VisualScript Editor. + + + + + + + + diff --git a/modules/visual_script/doc_classes/VisualScriptLists.xml b/modules/visual_script/doc_classes/VisualScriptLists.xml new file mode 100644 index 0000000000..eac0b218af --- /dev/null +++ b/modules/visual_script/doc_classes/VisualScriptLists.xml @@ -0,0 +1,95 @@ + + + + A Visual Script virtual class for in-graph editable nodes. + + + A Visual Script virtual class that defines the shape and the default behaviour of the nodes that have to be in-graph editable nodes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3