UE Wingman renaming complete.

This commit is contained in:
2026-03-18 10:29:38 -04:00
parent c55c5d8953
commit a2f6a21d29
134 changed files with 36 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ Usage:
python3 tools/wing-rename.py OLD NEW [OLD NEW ...]
Each OLD/NEW pair is replaced in every file under:
Plugins/BlueprintMCP/Source/BlueprintMCP/
Plugins/UEWingman/Source/UEWingman/
File names are also renamed if they contain OLD.
@@ -17,7 +17,7 @@ import os
PLUGIN_SRC = os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
"Plugins", "BlueprintMCP", "Source", "BlueprintMCP"
"Plugins", "UEWingman", "Source", "UEWingman"
)
def collect_files(root):