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

Preparing for CHAR/ANIM implementation

This commit is contained in:
Jack Andersen
2015-09-23 14:59:36 -10:00
parent a5f6c2548b
commit 21d8b9dcd3
12 changed files with 636 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ void DeafBabeSendToBlender(HECL::BlenderConnection::PyOutStream& os, const DEAFB
"face.material_index = select_material(0x%08X)\n"
"face.smooth = False\n"
"\n",
triMat.material);
atUint32(triMat.material));
}
db.insertNoClimb(os);