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:
+13
-13
@@ -11,79 +11,79 @@
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In",
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out",
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Source",
|
||||
"base": "DataInput_Source_0",
|
||||
"details": {
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Direction",
|
||||
"base": "DataInput_Direction_1",
|
||||
"details": {
|
||||
"name": "Direction"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Distance",
|
||||
"base": "DataInput_Distance_2",
|
||||
"details": {
|
||||
"name": "Distance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Collision group",
|
||||
"base": "DataInput_Collision group_3",
|
||||
"details": {
|
||||
"name": "Collision group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Ignore",
|
||||
"base": "DataInput_Ignore_4",
|
||||
"details": {
|
||||
"name": "Ignore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Object hit",
|
||||
"base": "DataOutput_Object hit_0",
|
||||
"details": {
|
||||
"name": "Object hit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Position",
|
||||
"base": "DataOutput_Position_1",
|
||||
"details": {
|
||||
"name": "Position"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Normal",
|
||||
"base": "DataOutput_Normal_2",
|
||||
"details": {
|
||||
"name": "Normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Distance",
|
||||
"base": "DataOutput_Distance_3",
|
||||
"details": {
|
||||
"name": "Distance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_EntityId",
|
||||
"base": "DataOutput_EntityId_4",
|
||||
"details": {
|
||||
"name": "EntityId"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Surface",
|
||||
"base": "DataOutput_Surface_5",
|
||||
"details": {
|
||||
"name": "Surface"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user