rig.md 2.01 KB
Newer Older
1
2
3
4
5
6
7
8
---
layout: default
title: "rig"
permalink: /guide/rig/
---

# Rig

Vidya Narayanan's avatar
Vidya Narayanan committed
9
### Rigging Setup
10

Vidya Narayanan's avatar
Vidya Narayanan committed
11
12
13
14
15
16
17
18
Select the `Rig` tab to create a skeletal rig for an object.

You can create new bone by first selecting a parent joint and pressing `New Bone`, then click anywhere else on the object to place the bone. From thereon, you can repeat this process to create a chain of bones connected along the selected joint.
If you want to branch off at a joint, simply click on the joint to branch off of, then start another chain by adding a new bone from there.

<video src="{{ site.baseurl }}/guide/rigging_mode/guide-rigging-1.mov" controls preload muted loop style="max-width: 100%; margin: 0 auto;"></video>

To view a rigged example, see `media/human.dae` example and select the object in the Rig tab to view its joints.
Vidya Narayanan's avatar
typo    
Vidya Narayanan committed
19
Once you've implemented forward kinematics the skeleton should be setup like so:
Vidya Narayanan's avatar
Vidya Narayanan committed
20
21

![rigged-human](./rigging_mode/guide-rigging-human.png)
22
23
24
25
26



### Editing Skinning Weight Threshold Radius

Vidya Narayanan's avatar
Vidya Narayanan committed
27
28
29
30
Each joint has an associated `Radius`  which controls the part of the mesh influenced by the selected bone during animaton. The radius is visualized by the blue capsule around each bone and can be edited using the menu. The position of the joint can also be edited using the `Extent` values in the menu.

<video src="{{ site.baseurl }}/guide/rigging_mode/guide-rigging-2.mov" controls preload muted loop style="max-width: 100%; margin: 0 auto;"></video>

31
Note that rigging only uses extents of the bone for skeleton setup, joint pose does not influence the skeleton. Once rigging is done, the object can be posed by changing joint rotations in the [animate](../animate) mode. 
32
33
34
35
36
37
38
39
40
41
42

<!--

### Toggling Linear Blend Skinning with Threshold

You can press `u` or `U` to toggle between linear blend skinning with or without threshold.

### Inverse Kinematics

Multiple targets can be specified for IK purposes. To specify an additional target, just select a new joint and right click. To clear all targets, press `i` or `I`.
-->
43
44
45