From 44ea9e68ed6e781357c5c2aa6718dc04a2b5dd25 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 17 Aug 2019 23:01:05 -0700 Subject: [PATCH] Update submodules --- DataSpec/DNAMP1/ANCS.cpp | 6 ++++++ hecl | 2 +- nod | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DataSpec/DNAMP1/ANCS.cpp b/DataSpec/DNAMP1/ANCS.cpp index 8f698163b..a06313bc8 100644 --- a/DataSpec/DNAMP1/ANCS.cpp +++ b/DataSpec/DNAMP1/ANCS.cpp @@ -660,6 +660,10 @@ void ANCS::AnimationSet::MetaAnimFactory::Enumerate(athena::io if (!type.compare("primitive")) { m_anim.reset(new struct MetaAnimPrimitive); m_anim->read(reader); + if (static_cast(m_anim.get())->animName == "B_outofdig4_garbeetle") { + fmt::print(fmt("{} -> {}\n"), static_cast(m_anim.get())->animName, + static_cast(m_anim.get())->animId); + } } else if (!type.compare("blend")) { m_anim.reset(new struct MetaAnimBlend); m_anim->read(reader); @@ -1059,6 +1063,8 @@ bool ANCS::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat hecl::SystemStringConv sysStr(prim.animName); hecl::ProjectPath pathOut = inPath.ensureAuxInfo(hecl::SystemString(sysStr.sys_str()) + _SYS_STR(".ANIM")); prim.animId = pathOut; + if (prim.animName == "B_outofdig4_garbeetle") + fmt::print(fmt("{}|{}\n"), pathOut.getRelativePathUTF8(), pathOut.getAuxInfoUTF8()); return true; }); diff --git a/hecl b/hecl index 4f98c566f..87c8205a9 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 4f98c566fad80e9aed5da411795acc9d81b1062c +Subproject commit 87c8205a91c748167456e02e1069a1cfc290728d diff --git a/nod b/nod index 18b297e31..c9bf82128 160000 --- a/nod +++ b/nod @@ -1 +1 @@ -Subproject commit 18b297e3125ff8f3d318a203217f682330a8e4ea +Subproject commit c9bf821285202eec382a673bdfa41044e6cbba7f