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:
@@ -5,40 +5,39 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "DivideByNumber",
|
||||
"name": "Divide By Number",
|
||||
"category": "Deprecated",
|
||||
"tooltip": "returns matrix created from multiply the source matrix by 1/Divisor",
|
||||
"subtitle": "Deprecated"
|
||||
"tooltip": "returns matrix created from multiply the source matrix by 1/Divisor"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In",
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out",
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Matrix3x3: Source",
|
||||
"base": "DataInput_Source_0",
|
||||
"details": {
|
||||
"name": "Matrix3x3: Source"
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Number: Divisor",
|
||||
"base": "DataInput_Divisor_1",
|
||||
"details": {
|
||||
"name": "Number: Divisor"
|
||||
"name": "Divisor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result: Matrix3x3",
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result: Matrix3x3"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user