From 6571e7541b301c5eecc7fba6ea92c585a302046a Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: May 01 2023 08:50:45 +0000 Subject: #assistants: fix rendering --- diff --git a/toonz/sources/toonzlib/tcolumnfx.cpp b/toonz/sources/toonzlib/tcolumnfx.cpp index 345d3ea..acaeea2 100644 --- a/toonz/sources/toonzlib/tcolumnfx.cpp +++ b/toonz/sources/toonzlib/tcolumnfx.cpp @@ -993,6 +993,7 @@ void TLevelColumnFx::doCompute(TTile &tile, double frame, TXshSimpleLevel *sl = cell.m_level->getSimpleLevel(); if (!sl) return; + if (sl->getType() == META_XSHLEVEL) return; TFrameId fid = cell.m_frameId;