mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Migration to new ANIM extract
This commit is contained in:
@@ -55,7 +55,7 @@ SObjectTag ProjectResourceFactoryMP1::TagFromPath(const hecl::ProjectPath& path,
|
||||
}
|
||||
return {SBIG('CMDL'), path.hash().val32()};
|
||||
case hecl::BlenderConnection::BlendType::Actor:
|
||||
if (!path.getAuxInfo().compare(_S("layout")))
|
||||
if (path.getAuxInfo().size())
|
||||
return {SBIG('CINF'), path.hash().val32()};
|
||||
return {SBIG('ANCS'), path.hash().val32()};
|
||||
case hecl::BlenderConnection::BlendType::Area:
|
||||
|
||||
Reference in New Issue
Block a user