diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-10 13:48:08 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-10 13:51:33 -0700 |
| commit | 5f33e4efdaa5cdb3773d7eb111b1f74b74721f29 (patch) | |
| tree | 5788859cbf0dbfa721241eab9118990f3c39beb8 /GUI | |
| parent | 4337cb33939e43af1ed479bf87cb9390bcbae8b1 (diff) | |
Fix user-reported bug in generate_shader.py
Specify file encoding when generating shaders.
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/PythonWrapper.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
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", |
