Skip to content

Creating a Basic Biped

patcorwin edited this page Apr 17, 2018 · 2 revisions

In the script editor, in a Python tab, run the following code to open the fossil rig tool

import pdil.tool.fossil.main
pdil.tool.fossil.main.RigTool()
  1. Go to the Start tab, and hit the Start button. This will place a basic biped setup in the scene

  2. Move the nurbs planes, also referred to as "fossil cards" or just "cards" around to fit the character you intend to rig. You can also move the joints within the card.

  3. After you're done fine tuning your placement, go to the Editor tab and hit Select All followed by Build Bones. As you might have guessed, this builds the bones.

  4. Hit Select All again, but this time followed by Build Rig to build the rig.

Now you have a fully rigged skeleton!

Clone this wiki locally