# Character Model

## Posing

Procedural Anatomy is designed to be adaptable to your character however we do have recommendations for increasing anatomical accuracy and for what will work better in a simulation stage.

<figure><img src="/files/iakWRBj00iyS5SPIEBbx" alt=""><figcaption><p>Poses are flexible</p></figcaption></figure>

## Avoid Non Symmetrical Poses For Animation

While this system is capable of working with characters with non symmetrical poses, you will have problems in retargeting animation to them.  Advanced users may know how to mitigate these problems but if you are new to this the safe way is to make sure your characters body is or is almost symmetrical.

## A Relaxed Pose Is Best

A relaxed pose has a few criteria, arms out to the side at a 45° angle from the body,  feet shoulder width apart, no muscles should be flexing.  This pose gives ideal placements on the muscles versus the shape of the body.  A relaxed pose only has reference to the shape of your character's model and is not involved in animation.

## Rest Pose

Procedural Anatomy considers the characters pose at creation the rest pose.  A T-Pose is created for matching animation to the characters animation skeletons.  Poses are primarily only used with the animation skeletons.

***

## Importing your character into Houdini&#x20;

We will need to create a way to load your character from disc and assess what fixes we may need to do.

### Loading

<figure><img src="/files/HsZEBXTSsWu85LSXXsEE" alt=""><figcaption><p>Here we create a geometry node, subnet, then file node to organize our character.</p></figcaption></figure>

* Notice the large words in the top right corner, **Objects** then **Geometry**.  These are the different contexts that we will be moving between.  &#x20;
* We are creating a Procedural Anatomy character in the **Geometry** context.
  1. Create a Geometry node in the Object context.
  2. Create a Subnet node in the Geometry Context.
  3. Create a File node inside the Subnet node.
* It is recommended to leave the *Object* context *Geometry* node.

### Have you loaded Polygons?

Procedural Anatomy only works with polygonal characters.  Sometimes characters load with extra data that is not visible or Houdini doesn't handle and this may cause problems for the tool.  If you suspect this is the case try cleaning the geometry with a **polydoctor** node.

### Scale

Setting up scale correctly is quite important.  How big is your character?  What units are they in?  What units is Houdini in?  It can all be confusing.

<figure><img src="/files/r3r6QlnhGG0tMTgQOXkU" alt=""><figcaption><p>Different ways to load an FBX file.</p></figcaption></figure>

* In Houdini 1 unit by default is **1 meter**.
* Here we show the units a file node imports the character at is 100 units instead of 1 unit.  This typically happens with files from other software in Houdini because of how different programs work with scale. &#x20;
* In our example the FBX file is fixed with a **transform** node setting **uniform scale** to 0.01, you can alternatively use an FBX Character Import Node and these problems should be fixed for you.
* Any file type that loads a character as **polygons** should be able to be used.

{% hint style="warning" %}

## Character Imported is **too big** or **too small**

1. Put down a **transform** node after the **file** node
2. Set **Uniform Scale** to multiples of 10
   1. if too big try - 0.01
   2. if too small try - 10
      {% endhint %}

* It is recommended to have a realistic scale for your character to start with.  It is possible to make huge or tiny characters but it will be a bit more challenging and more settings will need to be changed.
* Procedural Anatomy expects characters between 1m to 2m but may still work outside this range.

### Orienting Your Character

<figure><img src="/files/pQc1jPPOdinQwvVYAnti" alt=""><figcaption><p>Your character should match the head being up in the same direction as the green arrow.</p></figcaption></figure>

* Houdini is by default  <mark style="background-color:blue;">Z</mark> forward and <mark style="background-color:green;">Y</mark> up.
* Procedural Anatomy expects your character should match the defaults and point forward in the <mark style="background-color:blue;">Z</mark> direction and up in the <mark style="background-color:green;">Y</mark> direction.
* If you character is imported from another software such as Unreal pay close attention to this.


---

# Agent Instructions: 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:

```
GET https://docs.procedural-anatomy.com/build-your-first-character/character-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
