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