Fixed session source import; merge sources from the inside session,

adjust their alpha and depth, and delete former session source
immediately.
This commit is contained in:
brunoherbelin
2021-01-29 22:32:02 +01:00
parent a7b6a67a92
commit 9bfc5b269a
7 changed files with 110 additions and 15 deletions

View File

@@ -86,7 +86,8 @@ public:
void saveas (const std::string& filename);
void load (const std::string& filename);
void import (const std::string& filename);
void merge (Session *s);
void import (SessionSource *s);
void merge (Session *s, float alpha = -1.f, float depth = -1.f);
void set (Session *s);
// operations depending on transition mode