# Data

This feature allows you to create a backup copy of selected mesh objects in Blender memory so you can use destructive operations in Random Flow without losing them.

The saved data is retained as long as you saved the blend file and you will be able to bring them back anytime by replacing a mesh data with the saved one.

There are three operators in this feature:

### Save

This operator will save the mesh data of all the selected mesh objects.&#x20;

When activated, you will see the "# mesh data saved." text at the bottom of the 3D viewport with # representing the number of objects used in the operation.

<figure><img src="/files/iJ5GfI8xgkMk46YrCfYO" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

### Use

This allows you to replace the active object's mesh data with a previously saved one.

&#x20;If possible, the list will be sorted based on the geometric similarities between the active object and the saved mesh data and will display the "Matches (number) geometry from (total) saved mesh data." text.

<figure><img src="/files/UkVBr9Cl3oWkoaLSYJdP" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

The mesh data at the top of the list has the highest percentage in terms of geometric likeness. Those below it have lower percentages.

<figure><img src="/files/adD1BsqS61VpJ6wao7v9" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

This system will enable you to easily identify the basemesh used for the active object's design making it easy to bring back its original state if you want to start over.

{% hint style="info" %}
*Remember that you have to save the blend file in order for these saved mesh data to be properly stored so when you open Blender again the list will still be there.*
{% endhint %}

### Clear

This operator will clear or wipe all the saved mesh data using this feature from the blend file. The number of purged data will be displayed at the bottom of the 3D viewport.


---

# 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://www.blenderguppy.com/add-ons/random-flow/functions/mesh/data.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.
