mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:07:42 +00:00
Decide against emitting ANIM IDs in ANCS YAML
This commit is contained in:
@@ -32,20 +32,6 @@ struct AnimationResInfo
|
||||
bool additive;
|
||||
};
|
||||
|
||||
static void WriteOutAnimId(athena::io::YAMLDocWriter& __dna_docout,
|
||||
const UniqueID32& ancsId,
|
||||
const std::string& animName)
|
||||
{
|
||||
__dna_docout.enterSubRecord("animId");
|
||||
hecl::ProjectPath path = UniqueIDBridge::TranslatePakIdToPath(ancsId);
|
||||
if (path)
|
||||
{
|
||||
path = path.getWithExtension(_S(".blend"));
|
||||
__dna_docout.writeString(nullptr, path.getRelativePathUTF8() + _S('|') + animName);
|
||||
}
|
||||
__dna_docout.leaveSubRecord();
|
||||
}
|
||||
|
||||
template <class PAKRouter, class ANCSDNA, class MaterialSet, class SurfaceHeader, atUint32 CMDLVersion>
|
||||
bool ReadANCSToBlender(hecl::BlenderConnection& conn,
|
||||
const ANCSDNA& ancs,
|
||||
|
||||
Reference in New Issue
Block a user