Browse Source

Merge pull request #97 from dpogue/anim-addcallback

Add callbacks flag to chained AnimCmdMsgs
pull/103/head
Adam Johnson 6 years ago committed by GitHub
parent
commit
1bae36b7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      korman/nodes/node_messages.py

1
korman/nodes/node_messages.py

@ -231,6 +231,7 @@ class PlasmaAnimCmdMsgNode(idprops.IDPropMixin, PlasmaMessageWithCallbacksNode,
cb.event = globals()[self.event]
cb.user = wait
msg.addCallback(cb)
msg.setCmd(plAnimCmdMsg.kAddCallbacks, True)
def convert_message(self, exporter, so):
msg = plAnimCmdMsg()

Loading…
Cancel
Save