Updated all names files to use 'base' instead of 'key' to avoid validation issues
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{FDB0FF00-F185-5CCF-851A-BBD5116C43EC}",
|
||||
"base": "{FDB0FF00-F185-5CCF-851A-BBD5116C43EC}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
@@ -12,31 +12,31 @@
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"base": "Input_In",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"base": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Matrix3x3: A",
|
||||
"base": "DataInput_Matrix3x3: A",
|
||||
"details": {
|
||||
"name": "Matrix3x3: A"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Matrix3x3: B",
|
||||
"base": "DataInput_Matrix3x3: B",
|
||||
"details": {
|
||||
"name": "Matrix3x3: B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Matrix3x3",
|
||||
"base": "DataOutput_Result: Matrix3x3",
|
||||
"details": {
|
||||
"name": "Result: Matrix3x3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user