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