|
@@ -117,9 +117,12 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["bvh"] = "BVH";
|
|
|
capitalize_string_remaps["ca"] = "CA";
|
|
|
capitalize_string_remaps["cd"] = "CD";
|
|
|
+ capitalize_string_remaps["commentfocus"] = "Comment Focus";
|
|
|
capitalize_string_remaps["cpu"] = "CPU";
|
|
|
capitalize_string_remaps["csg"] = "CSG";
|
|
|
capitalize_string_remaps["db"] = "dB";
|
|
|
+ capitalize_string_remaps["defaultfocus"] = "Default Focus";
|
|
|
+ capitalize_string_remaps["defaultframe"] = "Default Frame";
|
|
|
capitalize_string_remaps["dof"] = "DoF";
|
|
|
capitalize_string_remaps["dpi"] = "DPI";
|
|
|
capitalize_string_remaps["dtls"] = "DTLS";
|
|
@@ -128,6 +131,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["etc2"] = "ETC2";
|
|
|
capitalize_string_remaps["fbx"] = "FBX";
|
|
|
capitalize_string_remaps["fft"] = "FFT";
|
|
|
+ capitalize_string_remaps["fg"] = "FG";
|
|
|
capitalize_string_remaps["fov"] = "FOV";
|
|
|
capitalize_string_remaps["fps"] = "FPS";
|
|
|
capitalize_string_remaps["fs"] = "FS";
|
|
@@ -145,6 +149,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["hdr"] = "HDR";
|
|
|
capitalize_string_remaps["hidpi"] = "hiDPI";
|
|
|
capitalize_string_remaps["hipass"] = "High-pass";
|
|
|
+ capitalize_string_remaps["hseparation"] = "H Separation";
|
|
|
capitalize_string_remaps["hsv"] = "HSV";
|
|
|
capitalize_string_remaps["html"] = "HTML";
|
|
|
capitalize_string_remaps["http"] = "HTTP";
|
|
@@ -177,6 +182,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["msaa"] = "MSAA";
|
|
|
capitalize_string_remaps["nfc"] = "NFC";
|
|
|
capitalize_string_remaps["normalmap"] = "Normal Map";
|
|
|
+ capitalize_string_remaps["ofs"] = "Offset";
|
|
|
capitalize_string_remaps["ok"] = "OK";
|
|
|
capitalize_string_remaps["opengl"] = "OpenGL";
|
|
|
capitalize_string_remaps["opentype"] = "OpenType";
|
|
@@ -195,6 +201,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["sdfgi"] = "SDFGI";
|
|
|
capitalize_string_remaps["sdk"] = "SDK";
|
|
|
capitalize_string_remaps["sec"] = "(sec)"; // Unit.
|
|
|
+ capitalize_string_remaps["selectedframe"] = "Selected Frame";
|
|
|
capitalize_string_remaps["sms"] = "SMS";
|
|
|
capitalize_string_remaps["srgb"] = "sRGB";
|
|
|
capitalize_string_remaps["ssao"] = "SSAO";
|
|
@@ -203,6 +210,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["ssl"] = "SSL";
|
|
|
capitalize_string_remaps["stderr"] = "stderr";
|
|
|
capitalize_string_remaps["stdout"] = "stdout";
|
|
|
+ capitalize_string_remaps["sv"] = "SV";
|
|
|
capitalize_string_remaps["svg"] = "SVG";
|
|
|
capitalize_string_remaps["tcp"] = "TCP";
|
|
|
capitalize_string_remaps["ui"] = "UI";
|
|
@@ -216,9 +224,12 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
|
|
capitalize_string_remaps["uv1"] = "UV1";
|
|
|
capitalize_string_remaps["uv2"] = "UV2";
|
|
|
capitalize_string_remaps["uwp"] = "UWP";
|
|
|
+ capitalize_string_remaps["vadjust"] = "V Adjust";
|
|
|
+ capitalize_string_remaps["valign"] = "V Align";
|
|
|
capitalize_string_remaps["vector2"] = "Vector2";
|
|
|
capitalize_string_remaps["vpn"] = "VPN";
|
|
|
capitalize_string_remaps["vram"] = "VRAM";
|
|
|
+ capitalize_string_remaps["vseparation"] = "V Separation";
|
|
|
capitalize_string_remaps["vsync"] = "V-Sync";
|
|
|
capitalize_string_remaps["wap"] = "WAP";
|
|
|
capitalize_string_remaps["webp"] = "WebP";
|