diff options
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", |
