How to export character with multiple motions?

Hi!

We’re trying to export a CC character using the Python API using the RLPy.RFileIO.ExportFbxFile function.

We can succesfully export a character with the correct settings and a single .iMotionPlus file, but we’re having some trouble getting CC to export a character with multiple motions. The relevant parameter include_motion_path appears to only accept a single path.

Is this supported by the current API? Can you give us a brief example on how we can add multiple motions to a single character?

Thank you!