mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 02:57:03 +00:00
proper recursive resource extraction
This commit is contained in:
@@ -26,7 +26,7 @@ struct CMDL
|
||||
if (!conn.createBlend(outPath.getAbsolutePath()))
|
||||
return false;
|
||||
DNACMDL::ReadCMDLToBlender<PAKRouter<PAKBridge>, MaterialSet, std::pair<CSKR*,CINF*>, 2>
|
||||
(conn, rs, pakRouter, entry, dataSpec.getMasterShaderPath());
|
||||
(conn, rs, pakRouter, entry, dataSpec);
|
||||
return conn.saveBlend();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user