2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Additional processing condition checks

This commit is contained in:
Jack Andersen
2016-08-31 13:31:12 -10:00
parent 129767134e
commit dc0bb55390
4 changed files with 12 additions and 3 deletions

View File

@@ -156,6 +156,9 @@ const hecl::Database::DataSpecEntry* SpecBase::overrideDataSpec(const hecl::Proj
return nullptr;
if (hecl::IsPathBlend(path))
{
if (hecl::StringUtils::EndsWith(path.getAuxInfo(), _S(".CSKR")))
return oldEntry;
hecl::BlenderConnection& conn = btok.getBlenderConnection();
if (!conn.openBlend(path))
{