Looping events

I have a blink and eye dart animation event that I would like to have loop continuously throughout my main lip sync animation. Is there an easy way to get this to happen with phrase events? What is the best procedure to get this to work without having to copy and paste the event in the event editor for every clip?

I'm also wondering how to edit the text files to go along with your audio after you have it imported.

Thanks!

Permalink

Hi,

For looping specific events, you should use recursive events: http://facefx.com/documentation/2015.1/W26 Be careful about the recursion limit and exponential growth, though. You can also write a Python script to insert events for you.

For editing text after you have imported the audio and text, you simply edit the text file and then go to the Animation menu and select Reanalyze Audio & Text: http://facefx.com/documentation/2015.1/W204

- Jamie