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

Attachment model support in blender addon

This commit is contained in:
Jack Andersen
2018-10-11 10:48:13 -10:00
parent d1f0450401
commit aef455e1ab
12 changed files with 362 additions and 81 deletions

View File

@@ -419,6 +419,10 @@ def dataout_loop():
writepipestr(b'OK')
hecl.sact.get_subtype_overlay_names(writepipebuf, subtypeName)
elif cmdargs[0] == 'GETATTACHMENTNAMES':
writepipestr(b'OK')
hecl.sact.get_attachment_names(writepipebuf)
elif cmdargs[0] == 'GETACTIONNAMES':
writepipestr(b'OK')
hecl.sact.get_action_names(writepipebuf)