2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47:43 +00:00

Add getSubtypeNames to BlenderConnection

This commit is contained in:
Jack Andersen
2016-04-12 12:27:11 -10:00
parent 4da14b5d9b
commit e8336578d1
4 changed files with 44 additions and 0 deletions

View File

@@ -191,6 +191,10 @@ def dataout_loop():
writepipeline(b'OK')
hecl.sact.get_armature_names(writepipebuf)
elif cmdargs[0] == 'GETSUBTYPENAMES':
writepipeline(b'OK')
hecl.sact.get_subtype_names(writepipebuf)
elif cmdargs[0] == 'GETACTIONNAMES':
writepipeline(b'OK')
hecl.sact.get_action_names(writepipebuf)