diff --git a/toonz/sources/common/tsystem/tfilepath.cpp b/toonz/sources/common/tsystem/tfilepath.cpp index 22ba475..4ca7c80 100644 --- a/toonz/sources/common/tsystem/tfilepath.cpp +++ b/toonz/sources/common/tsystem/tfilepath.cpp @@ -73,7 +73,8 @@ bool isNumbers(std::wstring str, int fromSeg, int toSeg) { } bool checkForSeqNum(QString type) { - if (type == "myb" || type == "tlv" || type == "pli" || type == "tpl") + if (type == "myb" || type == "tlv" || type == "pli" || type == "tpl" || + type == "tnz") return false; return true; }