> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/art-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/art-guide/3d/rigging/humanoid-races.md).

# Humanoid Races

{% hint style="info" %}

## Difficulty: <mark style="color:red;">Hard</mark>

{% endhint %}

***This section and beyond is incomplete until precedent is set for such things. In the meantime, here are some key points:***

### Humanoids

• When making models based off the human rig, try to avoid making them thicker than the human model. This is to ensure human clothes fit.

• If making a non-humanoid rig, please be aware that there is no current standard. If you are going to attempt to create a new standard, consider the following:

* Rigs with altered lower-bodies (like digitigrade legs) may reuse much of the human upper-body. This should expedite the conversion of existing clothes to your new species.
* Clothes for new races do not need any new item variants for clothing, provided they are based on an already existing outfit.
* If you are establishing a new standard rig, be keenly aware that you will also likely need to create new animations to accommodate.

• Analogues to hair on new races (like antennae or lizard frills) may also need to have shape keys similarly to human hair, otherwise your lizard frills will probably clip through a helmet or two.

• If your race's limbs are severable you will of course need to make severable limbs. To do this without having visible seams, you can copy the normals from the completed version of your race's body mesh.\
To copy normals, overlap the severed version and the completed version, and apply a **Data Transfer** modifier to your severed version.\
Then, check "**Face Corner Data**", select "**Custom Normals**", and set **Mapping** to "**Nearest Corner of Nearest Face**".\
Then, make the Source of the data transfer your completed body, and then apply the modifier. You will need to do this for each of the body parts. You can do it all at once by slapping all of the severed limbs into one object, and seperating them into individual parts after you've applied the modifier.

<figure><img src="/files/rXTP1hUzI77z5dqCOTTc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ss3d.gitbook.io/art-guide/3d/rigging/humanoid-races.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
