Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
@@ -0,0 +1,178 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "BlendShapeData",
|
||||
"context": "BehaviorClass",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "BlendShapeData"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetUV",
|
||||
"context": "BlendShapeData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetUV"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetUV is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "BlendShapeData::GetUV",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
|
||||
"details": {
|
||||
"name": "BlendShapeData*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
|
||||
"details": {
|
||||
"name": "unsigned int"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
|
||||
"details": {
|
||||
"name": "unsigned int"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
|
||||
"details": {
|
||||
"name": "const Vector2&"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetTangent",
|
||||
"context": "BlendShapeData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetTangent"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetTangent is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "BlendShapeData::GetTangent",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
|
||||
"details": {
|
||||
"name": "const BlendShapeData&"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
|
||||
"details": {
|
||||
"name": "AZ::u64"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
|
||||
"details": {
|
||||
"name": "Vector4"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetBitangent",
|
||||
"context": "BlendShapeData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetBitangent"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetBitangent is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "BlendShapeData::GetBitangent",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
|
||||
"details": {
|
||||
"name": "const BlendShapeData&"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
|
||||
"details": {
|
||||
"name": "AZ::u64"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "Vector3"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetColor",
|
||||
"context": "BlendShapeData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetColor"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetColor is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "BlendShapeData::GetColor",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
|
||||
"details": {
|
||||
"name": "const BlendShapeData&"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
|
||||
"details": {
|
||||
"name": "unsigned char"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
|
||||
"details": {
|
||||
"name": "unsigned char"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
|
||||
"details": {
|
||||
"name": "SceneAPI::DataTypes::Color"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user