aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Make all module docs self-containedRémi Verschelde2017-11-1544-0/+3005
|
* Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+46
This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category.