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

Targeted subresource generation for Actor and World blends

This commit is contained in:
Jack Andersen
2017-02-12 20:51:15 -10:00
parent de41c5d92d
commit 86f9f62ef6
4 changed files with 57 additions and 1 deletions

View File

@@ -347,6 +347,11 @@ def dataout_loop():
writepipestr(b'OK')
hecl.sact.cook_character_only(writepipebuf)
elif cmdargs[0] == 'ACTIONCOMPILECHANNELSONLY':
actionName = cmdargs[1]
writepipestr(b'OK')
hecl.sact.cook_action_channels_only(writepipebuf, actionName)
elif cmdargs[0] == 'GETARMATURENAMES':
writepipestr(b'OK')
hecl.sact.get_armature_names(writepipebuf)