File: feature_sets.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (26 lines) | stat: -rw-r--r-- 1,361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

************
Feature Sets
************

Rigify allows third party developers to implement sub-addons, called *Feature Sets*,
which can provide new :doc:`Meta-Rigs </addons/rigging/rigify/metarigs>` and
:doc:`Rig Types </addons/rigging/rigify/rig_types/index>`. Similar to regular add-ons,
they can be installed from zip-files through Rigify settings.

These are some examples of *Feature Sets* currently provided by past and current Rigify developers:

`Cessen's Rigify Extensions <https://github.com/cessen/cessen_rigify_ext>`__
   This feature set provides the original Rigify rigs by Nathan Vegdahl, minimally ported
   and repackaged to work without switching Rigify to legacy mode. Note that their names
   were changed, so meta-rigs designed for legacy mode aren't directly compatible.

`Experimental Rigs by Alexander Gavrilov <https://github.com/angavrilov/angavrilov-rigs>`__
   Rig experiments, some of which might be included in Rigify in the future. Examples include
   limbs with an extra IK system based at knee/elbow, a spline based tentacle, and more.

You can install these packages by clicking :menuselection:`Code --> Download ZIP`,
and then install the downloaded file through Rigify settings.

Developer documentation is available on the `Blender Developer Documentation
<https://developer.blender.org/docs/features/animation/rigify/>`__.