UE Wingman renaming complete.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user