summaryrefslogtreecommitdiffstats
path: root/Scripts/libtastt.py
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/libtastt.py')
-rw-r--r--Scripts/libtastt.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Scripts/libtastt.py b/Scripts/libtastt.py
index 18de922..6881d89 100644
--- a/Scripts/libtastt.py
+++ b/Scripts/libtastt.py
@@ -620,3 +620,8 @@ if __name__ == "__main__":
with open(args.guid_map, 'wb') as f:
pickle.dump(guid_map, f)
+ # If we don't do this, then VRChat will fail to update the animator
+ # when users update their avatars.
+ if os.path.exists(args.fx_dest + ".meta"):
+ os.remove(args.fx_dest + ".meta")
+