# Edit Texture

## How Edit Texture Works

Use this when you want to fix small issues like wrong colors, artifacts, or mismatched patches.

{% stepper %}
{% step %}

### Open and inspect

Open your model and enter Edit Texture. Rotate the model and locate the area you want to fix.
{% endstep %}

{% step %}

### Pick color and brush

Select the correct color (use the Eyedropper to sample from a nearby area if needed). Adjust Brush Size (and Opacity/Hardness if needed).
{% endstep %}

{% step %}

### Paint

Paint over the problem area.
{% endstep %}

{% step %}

### Blend and refine

If the painted area doesn’t match perfectly, switch to Heal and blend the edit into the surrounding texture. Use Smudge to soften edges or smooth transitions if needed.
{% endstep %}

{% step %}

### Save

Click Save to apply your changes. To discard edits, use Cancel.
{% endstep %}
{% endstepper %}

### Edit Texture controls

Navigation and view controls

* Paint: Left Click
* Rotate: Alt + Left Click
* Pan: Right Click
* Zoom: Scroll

View modes

* textured
* solid
* wireframe

History

* Undo
* Redo

Tools

* Paint: applies color directly
* Heal: blends/repairs so edits match nearby texture
* Smudge: smears/pulls colors to smooth transitions

Color

* Color picker (click to choose a color) and hex input
* Eyedropper (pick color from the model)

Brush settings

* Opacity (0–100%)
* Hardness (soft vs sharp edges)
* Brush Size (px)

Actions

* Cancel: discard edits
* Save: apply edits to the model

***

## Which should you use?

* Edit Texture: small targeted fixes and cleanup.
* Retexture: new themes/skins and color variations while keeping the same mesh.

***

## Video tutorial

* [How to update and fix 3D models with AI retexturing and texture painting](https://youtu.be/IUwdOhfF1RQ?si=N5Iu8BTnIz633vIZ)


---

# 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://sloyd.gitbook.io/documentation/3d-tools/edit-texture.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.
