> For the complete documentation index, see [llms.txt](https://docs.atlas.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.10.0.md).

# Release 0.10.0

Platform link (same as usual): [https://app-tech.atlas.design](https://app-tech.atlas.design/)

## New models <a href="#new-models" id="new-models"></a>

* Added claude opus 4.5 support in “Simple llm call” and “make simple 3d scene” nodes

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

* New image upscale backend (gemini image 3), and make it default

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

* Added new Flux 2 family models backends for image generation/edition nodes

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

* Added new “Texture Mesh” node backend – Meshy (might be unstable for meshes > 35 mb)

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

* Added gemini-2.5-flash support for quality text to image node

## UI changes <a href="#ui-changes" id="ui-changes"></a>

* Added “project not found” text on invalid URLs (e.g. when projects not properly shared via share link), instead of blank project view
* Updated quality text to image and precise text edit nodes help strings, modify defaults, and reorder the backends list to be more reasonable
* Added save to file buttons on API export dialog:

  <figure><img src="/files/pBbkultOoU63WZU3vLyV" alt="" width="563"><figcaption></figcaption></figure>

## 3D transform nodes <a href="#id-3d-transform-nodes" id="id-3d-transform-nodes"></a>

* Added preserve aspect ratio param to the simple bbox fit node
* added thin geometry tolerance to the simple bbox fit node
* added “mass center” options for the origin set node

<div align="center"><figure><img src="/files/HdeGIExrAtz8OGxUaEJA" alt="" width="563"><figcaption></figcaption></figure></div>

With this workflow, each helmet will be “aligned” in the same way, ignoring thin geometry details which “stick out”You can see that helmets are alignedsimilar can be attempted with various sofas generation (aligned, ignoring “sticking out” geometry)

<figure><img src="/files/TQZ92qnSJgS81ftBhCIK" alt="" width="563"><figcaption><p>You can see that helmets are aligned</p></figcaption></figure>

<figure><img src="/files/aErRuiI0v0i0Y9L0s76Y" alt="" width="563"><figcaption><p>similar can be attempted with various sofas generation (aligned, ignoring “sticking out” geometry)</p></figcaption></figure>

## Fixes <a href="#fixes" id="fixes"></a>

* Fixed top left corner node menu not working (with help information)

<figure><img src="/files/99anGlMdALkd89wJ5FXC" alt="" width="480"><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://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.10.0.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.
