Houdini 20.0 Character

KineFX

Procedural rigging and animation with SOP-based characters and rigs.

What is KineFX?

KineFX is a rigging and animation framework and toolset that allows you to create and edit characters all at the geometry level. You can create your own KineFX characters from scratch, or use special KineFX SOPs and regular Houdini SOPs to edit imported characters and animation.

  • For definitions of KineFX terminology, see the Glossary.

Procedural rigging

The KineFX framework is built on the principles of procedural rigging. Procedural rigging allows you to iterate on your rigs quickly, experiment non-destructively, and explore set-ups without fear of breaking anything like you would a static graph system. With KineFX, you can reconfigure a rig while animating, delete entire parts of an animated hierarchy and not lose its skin or animation, or unparent all your points and retain their positions (world space transforms).

APEX (All-Purpose EXecution) is the graph evaluation framework that is used for building and evaluating character rigs. APEX graphs are geometry that are used to represent a character’s rig logic. Users can procedurally build and assemble rig logic pieces, and choose to evaluate the rig logic at a later point in the network. This idea of delayed evaluation allows the rig logic and rig evaluation to be decoupled, resulting in significant performance improvements.

KineFX is the SOP-level rigging and animation framework, and APEX is the graph evaluation engine that runs underneath it. KineFX makes use of APEX, with some of the KineFX infrastructure now using APEX graph evaluation.

Animation and the packed character format

Packed character format hierarchy in the rig tree view

To support the APEX animation and rigging workflows, the packed character format is a way to define, bundle, and organize the data that is needed to create and animate one or more characters in the viewport. The packed character format consists of geometry data that is organized in a folder structure similar to a directory structure on disk, with the data added as nested packed primitives.

In the packed character format, the elements of a character (skeleton, shape, rig) are added to a character container to build up a character, and characters are added to a scene container to assemble an animation scene. This animation scene is then passed to an APEX Scene Animate SOP, where animation can be performed in the node’s animate state.

Animation retargeting

Character model by Christophe Desse

Retargeting is the process of taking animation from one character and transferring it to another character. KineFX’s flexibility and robustness allows it to handle differences in morphology and hierarchical structure between the source and target characters.

Subtopics

Character

KineFX characters

Geometry-level procedural rigging and animation with SOP-based rigs.

Object-level characters

(Deprecated) Object-level rigging and animation with bone-based rigs.

Panes