osetodays.blogg.se

Bulk file rename tool
Bulk file rename tool










bulk file rename tool

Game/DynamicSwordAnimset/BlendSpaces/Walk_Equip_BS

bulk file rename tool

LogPython: Renaming /Game/DynamicSwordAnimset/BlendSpaces/Walk_Eqip_BS.Walk_Eqip_BS into /Game/DynamicSwordAnimset/BlendSpaces/Walk_Equip_BS.Walk_Equip_BS LogUObjectHash: Compacting FUObjectHashTables data took 0.51ms LogUObjectHash: Compacting FUObjectHashTables data took 1.25ms LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms Game/DynamicSwordAnimset/BlendSpaces/Idle_Equip_BS You’ll get the output similar below: LogPython: Renaming /Game/DynamicSwordAnimset/BlendSpaces/Idle_Eqip_BS.Idle_Eqip_BS into /Game/DynamicSwordAnimset/BlendSpaces/Idle_Equip_BS.Idle_Equip_BS

bulk file rename tool

With unreal.ScopedEditorTransaction(“Rename Script Transaction”) as trans: search/replace texts:Įqip to Equip (case-sensitive) import unrealĪsset_location = “/Game/DynamicSwordAnimset/” The UE4’s Scripting the Editor using Python is the Unreal-way of batch renaming UE4 assets as it also rename the references properly.Īfter activating Python plugin, you can modify the following script:īelow is the script I used to rename all my animation assets under /Game/DynamicSwordAnimset/ with the ff.












Bulk file rename tool