How to create a clip to RISkeletonComponent?


https://forum.reallusion.com/Topic424915.aspx
Print Topic | Close Window

By butaixianran - 5 Years Ago
RISkeletonComponent has no function like "AddClip", there is only a "GetClip" function.

But when avatar has no clip on timeline, this "GetClip" function will return None.

Then I have no way to animate this avatar unless I can add a new clip to it. 

So, how to create a new clip to RISkeletonComponent? I can't find a function for that.

By lesss365 - 4 Years Ago
Did you ever find a solution to this issue? I'm currently facing the same problem.

The only thing that I've found that points in any direction is this example on their github, but unfortunately AddClip keeps throwing an error. The documentation is poor in quality and requires experimentation to figure things out, but I have yet to figure this one out.