Intro to Rigging
๐โ ๏ธ๐งContent not yet finished ๐งโ ๏ธ๐
Everything below represents notes for Sepha to finish the YouTube vid and article with.
Rigging is a sibling concept to Skinning and Skeletons, but is different.
Rigging is not the same process as creating a skeleton, or skinning. They are similar in concept, and thus frequently confused.


A rig is a hierarchy of objects, bones, controls, constraints, etc, that facilitate the control of some other set of mesh deformers (bones - the skeleton).
The basic concept is therefore:
We create some sort of lowpoly
We create some sort of skeleton
We bind the lowpoly to the skeleton via skinning
We then create a dedicated "Rig" that will act as the driver of these skeletal bones
Animators will then animate the Rig.
At export time, only the skeleton will go to the engine, NOT the rig.
The Rig is not a game engine asset, in the same way that the Highpoly is not. It is a content creation tool only, and the content it facilitates creating is animation data.
Last updated