diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-21 17:05:47 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-21 17:05:47 -0800 |
| commit | 4af8dd1915e7ae53ee6c9a1ce1800bda5cdd4061 (patch) | |
| tree | 5b5c461ef0c2a603d373790caa8053f1bb67f82d /GUI | |
| parent | eaaa741986f1be22b2c1395ed8fae503568e5baa (diff) | |
Don't delete TaSTT_Generated
This makes incremental workflows much more efficient, since you don't
have to reassign the FX controller, params, and menu.
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 2e37994..31849f5 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -180,10 +180,12 @@ bool PythonWrapper::GenerateAnimator( tastt_generated_dir_path / unity_animator_generated_name; { + /* if (std::filesystem::exists(tastt_generated_dir_path)) { Log(out, "Erasing {}\n", tastt_generated_dir_path.string()); std::filesystem::remove_all(tastt_generated_dir_path); } + */ Log(out, "Creating {}\n", tastt_generated_dir_path.string()); std::filesystem::create_directories(tastt_generated_dir_path); } |
