Updated node format to account for duplicated slot names + regenerated node names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-12-01 11:24:17 -08:00
parent 8ebfe4004e
commit eedbf77e3d
403 changed files with 2680 additions and 2674 deletions
@@ -7,35 +7,35 @@
"details": {
"name": "Distance",
"category": "Math/Vector2",
"tooltip": "Returns the distance from B to A, that is the magnitude of the vector (A - B)"
"tooltip": "returns the distance from B to A, that is the magnitude of the vector (A - B)"
},
"slots": [
{
"base": "Input_In",
"base": "Input_In_0",
"details": {
"name": "In"
}
},
{
"base": "Output_Out",
"base": "Output_Out_0",
"details": {
"name": "Out"
}
},
{
"base": "DataInput_A",
"base": "DataInput_A_0",
"details": {
"name": "A"
}
},
{
"base": "DataInput_B",
"base": "DataInput_B_1",
"details": {
"name": "B"
}
},
{
"base": "DataOutput_Result",
"base": "DataOutput_Result_0",
"details": {
"name": "Result"
}