FIX: add wipe tower for arrangement when timelapse_type is smooth

JIRA: STUDIO-4179

Change-Id: I45056a1b3d7316816b4919cd8185f914d6ad16f4
(cherry picked from commit bad658a228b3697ff1cbdbc45e038641cc5e3e24)
This commit is contained in:
manch1n
2023-08-28 18:46:51 +08:00
committed by Lane.Wei
parent ca3a196ec6
commit 76dda23702
2 changed files with 6 additions and 2 deletions

View File

@@ -1125,8 +1125,7 @@ private:
for (const Item &item : config_.m_excluded_regions) { excludes.push_back(item.transformedShape()); }
for (const Item &item : items_) {
if (item.isFixed()) {
if (!(item.is_wipe_tower && !need_wipe_tower))
excludes.push_back(item.transformedShape());
excludes.push_back(item.transformedShape());
}
}