> For the complete documentation index, see [llms.txt](https://help.synode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.synode.ai/builder/scenetreeediting.md).

# Scene Tree Editing

To see a video breakdown on how to use the Scene Tree Editing features, watch it here:

{% embed url="<https://www.youtube.com/watch?v=vAaK6DhpMmo>" %}

## Edit Base Pose:

Before you can start editing your mesh heirarchy, First go to the top right of the mesh heirarchy and click the 3 vertical dots. Then click "Edit base pose".

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

## Rename:

With rename, you can change the names of your meshes and groups.

<figure><img src="/files/6rIvewN42HWs7ZBbRiIW" alt=""><figcaption></figcaption></figure>

## Add Empty Folder:

With Add Empty Folder, you can add an empty group folder below the mesh or group you have selected. So any mesh we drag in to this folder will be apart of the mesh or group you previously selected.

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

## Group Meshes:

You can now directly group meshes together in the Builder. simply shift click meshes in the scene tree or viewport, then right click and select group.

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

## Ungroup:

You can ungroup your group into individual meshes.

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

## Show/Hide:

You now have another option to hide and reveal meshes by clicking Show/Hide when you select multiple meshes.

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

## Reset Transforms:

By clicking Reset Transforms you reset your Transforms, scale and rotation to its original position. This is useful if you want to animate meshes going back into place instead of doing it manually.

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

## Duplicate:

You can now duplicate meshes by clicking Duplicate.

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

## Delete:

You can delete meshes from your scene. You can redo if you change your mind but once you exit the project you cannot bring it back. So be extra sure whatever you want to be deleted isn't needed.

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

## Restore All Visibility:

You can restore the visibility of all meshes by clicking Restore All Visibility.

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

## Restore Model Transforms:

Restore Model Transforms act the same way as the Reset Transforms we mentioned earlier. Except with Restore Model Transforms, it resets the entire model instead of a singular mesh.

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

## Save as Bind Pose:

With the Save as Base Pose. This sets the model into it default state. If I were to move some meshes around then click “Save as Bind Pose”. Move some meshes again then click “Restore Model Transforms”. It now goes back to our bind pose we just saved.

<figure><img src="/files/hiHXm4CsO2Qnc5KFWxUg" 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://help.synode.ai/builder/scenetreeediting.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.
