Browse Source

Add callbacks flag to chained AnimCmdMsgs

pull/97/head
Darryl Pogue 6 years ago
parent
commit
415629890a
No known key found for this signature in database
GPG Key ID: CB824715C3E6FD41
  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