From fef5887fe4aae8d4a9dc344721426237368a08e5 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 9 Aug 2023 20:21:57 -0700 Subject: Begin work on show/hide animations --- GUI/GUI/GUI/PythonWrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GUI') diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp index d1e684f..2b6443a 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -755,6 +755,7 @@ bool PythonWrapper::GenerateAnimator( return false; } } +#if 0 { Log(out, "Adding enable/disable toggle... "); if (!InvokeWithArgs({ libunity_path, "add_toggle", @@ -766,6 +767,7 @@ bool PythonWrapper::GenerateAnimator( return false; } } +#endif { Log(out, "Merging with user animator... "); if (!InvokeWithArgs({ libunity_path, "merge", -- cgit v1.2.3