# Deformers

## Overview

Deformers are procedural tools used to modify the shape of objects without altering their underlying topology. They allow for flexible transformations that can be adjusted dynamically

<figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2FOKjbUnjic3NxR3KhqC9N%2Fimage.png?alt=media&#x26;token=b564e598-6fac-47f7-b77b-721b09b12f12" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2FRXBq5uVqFKV1ygQemQ7u%2Fimage.png?alt=media&#x26;token=fdae6094-34c9-422b-a6e2-bc12632e33ce" alt="" width="375"><figcaption></figcaption></figure></div>

A deformer functions as a group, meaning it can be applied to multiple objects simultaneously. Additionally, one deformer can be applied to another, allowing for complex, layered transformations.&#x20;

<div align="left"><figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2Fc7VI2ZxWQGaidch9MIrn%2Fimage.png?alt=media&#x26;token=85ecc3db-80c5-479f-9bf7-84f1eaa801da" alt="" width="239"><figcaption></figcaption></figure></div>

The effect of a deformer can be temporarily disabled without removing it, providing flexibility in testing different configurations:

<div align="left"><figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2F6VnF7ZpAXEoDGQ3vNM2A%2Fimage.png?alt=media&#x26;token=f90cbbd4-c127-4444-837b-d8bf84e825f6" alt="" width="398"><figcaption></figcaption></figure></div>

To remove a modifier without deleting its contents, open the context menu and select **Ungroup** **`Ctrl+Shift+G`**

<div align="left"><figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2FRiq7jF2jrSr94wytTZh8%2Fimage.png?alt=media&#x26;token=0e0f8c08-5b1a-4710-ba35-8d5404353a2e" alt="" width="346"><figcaption></figcaption></figure></div>

## Edit mode

The deformer’s area of effect can be adjusted in Edit mode. To enter this mode, select the deformer and click the Edit button. \
While in Edit mode, the shape of the area of effect can be modified using the gizmo by moving or scaling it.\
Additionally, the Type setting (Unlimited, Limited, Within Box), found among other deformer settings, influences the deformer’s area of effect.

## Converting to geometry

Any deformer can be converted into geometry, preventing the system from recalculating operations each time, which improves performance while working in Studio. This is particularly important for the **Simplify** deformer, as its calculations require significant resources.&#x20;

{% hint style="info" %}
Conversion is relevant only for Studio and does not affect the web viewer
{% endhint %}

<div align="left"><figure><img src="https://2973737105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAXNLyKVZ2tvtyDr8sVES%2Fuploads%2F8EnHa3WHjh4hq6qm5gLZ%2Fimage.png?alt=media&#x26;token=b56f6d45-ee0f-48f2-a576-d422b6dff798" alt="" width="311"><figcaption></figcaption></figure></div>

## List of deformers

<table><thead><tr><th width="134.7890625">Type</th><th>Description</th></tr></thead><tbody><tr><td><a data-mention href="deformers/bend">bend</a></td><td>Applies a curvature to an object, bending it along a defined axis. </td></tr><tr><td><a data-mention href="deformers/twist">twist</a></td><td>Rotates an object around its axis, creating a spiral effect. </td></tr><tr><td><a data-mention href="deformers/taper">taper</a></td><td>Gradually scales an object along a chosen axis, making one end narrower or wider than the other.</td></tr><tr><td><a data-mention href="deformers/skew">skew</a></td><td>Shears an object along an axis, shifting its top or bottom relative to the base, creating a slanted appearance.</td></tr><tr><td><a data-mention href="deformers/stretch">stretch</a></td><td>Scales an object along a single axis while maintaining its proportions on other axes, elongating or compressing the shape.</td></tr><tr><td><a data-mention href="deformers/spherify">spherify</a></td><td>Transforms an object’s shape towards a perfect sphere, adjusting its form while preserving the original volume.</td></tr><tr><td><a data-mention href="deformers/noise">noise</a></td><td>Applies randomized displacement to an object's surface, creating an organic, irregular look.</td></tr><tr><td><a data-mention href="deformers/simplify">simplify</a></td><td>Reduces the complexity of an object's geometry, optimizing its topology while maintaining overall shape integrity.</td></tr></tbody></table>
