2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:07:44 +00:00

initial actor cooking support

This commit is contained in:
Jack Andersen
2015-10-22 14:44:37 -10:00
parent bcee8aa897
commit fc64c4d4a4
12 changed files with 586 additions and 851 deletions

View File

@@ -184,6 +184,10 @@ def dataout_loop():
bpy.data.objects.remove(join_obj)
bpy.data.meshes.remove(join_mesh)
elif cmdargs[0] == 'ACTORCOMPILE':
writepipeline(b'OK')
hecl.sact.cook(writepipebuf)
# Command loop
while True: