Improve frame thumbnail rendering

This commit is contained in:
alonso.torres 2021-05-12 14:44:35 +02:00 committed by Andrey Antukh
parent 37f9a5d9f2
commit 3656ab977b
10 changed files with 68 additions and 33 deletions

View file

@ -242,7 +242,7 @@
modifiers (:workspace-modifiers state)
objects (cond-> objects
with-modifiers?
(d/deep-merge modifiers))
(cp/merge-modifiers modifiers))
xform (comp (map #(get objects %))
(remove nil?))]
(into [] xform ids)))