Hello everyone,
I have several motion clips in my timeline and I'm looking for a way to export a list of the first and last keyframes each clip to a .json file. The idea would then to automatically import and trim the clips in Blender using a custom python script. The issue is I can't find a way to retrieve data about keyframes using python in Iclone. I read about the RKey GetTime function here :
https://wiki.reallusion.com/IC_Python_API:RLPy_RKey, but I can't find a way to get it to work properly...
Would anyone have any idea how to make use of this GetTime function by any chance ? Or maybe have some clue about how to get infos about keyframes in the timeline ?
Thank you very much for your time and help,
P