FaceFX Documentation and support
The most important (and potentially confusing) aspect of events is the difference between the event template and the event take. The key distinction is uncertainty. An event take is similar to a traditional animation in that it is certain: it will play exactly the same way every single time. A template is uncertain: a single template can be used to create a potentially unlimited number of different takes.
Not all templates are uncertain, but the following properties can be used to introduce uncertainty if it is desired:
Property ranges - The start time, duration scale, magnitude scale, blend in, and blend out values can each be specified as a range of possible values. A random value inside that range will be picked for each take. In FaceFX Studio, blend in and blend out uncertainty can only be accessed via command (-[min,max]blendin, -[min,max]blendout).
Probability - Every child event in the template can be assigned a probability. This represents the chance that the child event will be spawned into the take. (e.g., a probability of 0.25 means that 25% of the time, the child event will be spawned into the take.)
Pick One - Instead of playing all child events in the template, you can tell the template to pick only one child and play it. The child is selected randomly according to the weights, and every take has the potential to pick a different child. Note that if you select the Pick One option for the template, you may not have some events in the template that you always want and then a subset that you want the template to pick from. It’s an all or nothing option.
The most recently generated take is stored in the .facefx (or .animset) file and used to play the animation. Every time you play the animation in FaceFX Studio or in your game, it will play the same way because the take is unchanged.
The take is only changed when one of the following occurs:
Because of the uncertainty in the template, any changes made to a specific take would be lost when generating a new take. For this reason, editing the take is not allowed.
If you like a particular take and want to keep the animation unchanged, you have a few options:
Select all of the events in the template by hitting Ctrl + A. Then click on the “Bake to Curves” button. This will remove all events from the template and store the results as curves in the animation.
Simply stop generating new takes and don’t modify any child animations. The take will then be preserved.
The event tab can be displayed in “Template View” or “Take View”. The primary differences are listed below:
You can’t edit events in the take view. It is for preview only. See above.