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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user