2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Implement world cooker

This commit is contained in:
Jack Andersen
2016-10-01 13:18:52 -10:00
parent b3b0b7cd46
commit 4f53d886ce
6 changed files with 158 additions and 2 deletions

View File

@@ -216,6 +216,10 @@ def dataout_loop():
bpy.data.objects.remove(join_obj)
bpy.data.meshes.remove(join_mesh)
elif cmdargs[0] == 'WORLDCOMPILE':
writepipeline(b'OK')
hecl.swld.cook(writepipebuf)
elif cmdargs[0] == 'LIGHTCOMPILEALL':
writepipeline(b'OK')
lampCount = 0;