> 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.8.0.md).

# Release 0.8.0

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

* outpainting node:

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

* remove background node

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

* video generation nodes

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR7boiMixMhR4q36Ns33Y%2Fuploads%2Fa8QzodwLT4IdPJ43pnUq%2Fvideo_1280.mp4?alt=media&token=bc54588e-7198-4bbc-bbb1-c46d56718f94>" %}

## Existing node improvements <a href="#existing-node-improvements" id="existing-node-improvements"></a>

* improved “Text to Origin” node reliability
* new “Reve” image generation backend(s)

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

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

* automatically fit the viewed 3d object in the web 3d viewer (default binding to re-center again is “f” key).

## API export <a href="#api-export" id="api-export"></a>

* Added 2 options for auto generated python code examples

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

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

* fixed numerous “Simple 3D Scene” node internal failure cases
* fix browser sessions disconnecting and requiring page refresh after some idle time
* fix 3d mesh preview for meshes without UVs


---

# 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.8.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.
