From 5f33e4efdaa5cdb3773d7eb111b1f74b74721f29 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 10 Aug 2023 13:48:08 -0700 Subject: Fix user-reported bug in generate_shader.py Specify file encoding when generating shaders. --- GUI/GUI/GUI/PythonWrapper.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'GUI') diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp index 1f6f3dc..9c4fd85 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -753,19 +753,6 @@ bool PythonWrapper::GenerateAnimator( return false; } } -#if 0 - { - Log(out, "Adding enable/disable toggle... "); - if (!InvokeWithArgs({ libunity_path, "add_toggle", - "--fx0", Quote(tastt_fx0_path), - "--fx_dest", Quote(tastt_fx1_path), - "--gen_anim_dir", Quote(tastt_animations_path), - "--guid_map", Quote(guid_map_path), }, - "Failed to add enable/disable toggle", out)) { - return false; - } - } -#endif { Log(out, "Merging with user animator... "); if (!InvokeWithArgs({ libunity_path, "merge", -- cgit v1.2.3