diff options
| author | yum <yum.food.vr@gmail.com> | 2023-08-09 20:21:57 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-08-10 13:51:25 -0700 |
| commit | fef5887fe4aae8d4a9dc344721426237368a08e5 (patch) | |
| tree | 2e1d53b5ceb5a89466c9faded0cf399f91ca0001 /GUI | |
| parent | 3bf013dc3b5479f4fbb458d44801403afe0bb1d2 (diff) | |
Begin work on show/hide animations
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/PythonWrapper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
