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:
@@ -7,38 +7,37 @@
|
||||
"details": {
|
||||
"name": "Add",
|
||||
"category": "Deprecated",
|
||||
"tooltip": "This node is deprecated, use Add (+), it provides contextual type and slots",
|
||||
"subtitle": "Deprecated"
|
||||
"tooltip": "This node is deprecated, use Add (+), it provides contextual type and slots"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In",
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out",
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Matrix3x3: A",
|
||||
"base": "DataInput_A_0",
|
||||
"details": {
|
||||
"name": "Matrix3x3: A"
|
||||
"name": "A"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Matrix3x3: B",
|
||||
"base": "DataInput_B_1",
|
||||
"details": {
|
||||
"name": "Matrix3x3: B"
|
||||
"name": "B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result: Matrix3x3",
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result: Matrix3x3"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user