# Presets

{% hint style="info" %}
Presets usually starts with subdivision 0 so you won't immediately see the result. Carefully increase the subdivision or cut level to see patterns or randomized faces.
{% endhint %}

{% hint style="success" %}
As of version 3.7.5, manually installing the presets is no longer needed as they are now located directly in the add-on directory. If you have them installed manually before using the address below, you have to delete the presets that end with ".rflow" in order to avoid duplicates.
{% endhint %}

{% hint style="warning" %}
For older Blender versions specially 3X or lower, the localized preset code will not work so you have to use the instructions below to install the presets.
{% endhint %}

### Installation

The download files from the store includes presets so you can quickly come up with cool designs. Be sure to use the latest version of the add-on from the store since old variations may be missing the new properties that some of these presets are using.

If you missed the preset folders i.e. buying SuperHive's bundle. You can download it here: [Random Flow Presets in Dropbox](https://www.dropbox.com/scl/fi/kmvqn2budvml764dmxa38/random_flow_presets.zip?rlkey=xpo7ft1u81jdqfvlwlqg2y8cu\&st=2zax8qlz\&dl=0)

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

These presets can be accessed in the **Operator Presets** dropdown menu on top of the redo panel of most of the operators in the add-on.

Unzip the presets folder and paste the operator folder to these directory according to the system you are using:

* **Linux** \~/.config/blender/\<Blender version>/scripts/presets/
* **Mac** /Users/{user}/Library/Application/Support/Blender/\<Blender version>/scripts/presets/
* **Windows** C:\Users\\\<Username>\AppData\Roaming\Blender Foundation\Blender\\\<Blender version>\scripts\presets\\

In Windows, you can access these directories using the Win+R hotkey and typing "%appdata%" and going to the Blender Foundation folder.

If the higher directory does not exist e.g /presets/ then just create it yourself.

{% hint style="info" %}
*The preset subidivion property "cut" is set to 0 to avoid freezes on high resolution face selections. Increase the subdivision carefully to see the effect of the presets.*&#x20;

*Remember, more faces means more detail since the add-on operates on the topology. This only applies to operators that has this property.*
{% endhint %}

{% hint style="warning" %}
*The presets does not make the add-on drag and drop. Because of the random nature of the results, these presets are made primarily to help familiarize yourself with the operators that has them and make you use them with greater ease at the start.*

*This add-on is updated constantly and can sometimes result in error in the presets because of some older properties being replaced. When this happens, report it to me so I can fix it as I cannot be aware of them at all times specially when I'm focusing on a particular area of the add-on for an update.*
{% endhint %}

### How To Use

Upon using a preset, you will not immediately see a result because the subdivision or subdivision cuts properties are set to zero. This is to avoid Blender freezing upon using a preset on a high resolution face selection.

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

In the settings submenu, there is a mechanism in the form of the **Face Select Limit** property which resets the subdivision or subdivision cut property of a random operator to 0 if the face selection amount for example passes the default 50 faces.

When using presets, however, this mechanism is disregarded so it is much safer to set them to 0 and let you increase them carefully in order to see the result of the settings that are preset.

The only exceptions to this rule are the **Panel Cloth** and **Quick** **Displacement** operators. **Panel Cloth** starts at subdivision cut 1 and **Quick** **Displacement** has presets that starts at subdivision cuts 5 and 50 - when using the 50 subdivision option be sure that the mesh or selected faces are extremely low poly to avoid freezes.

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

Most of the operators will have **Subdivision: Cuts** property to increase the subdivision of the selected faces to generate more details upon randomization.

<figure><img src="/files/e9iTmILoBo0Gkz21Czpq" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

However, some operators do not depend on subdivision, instead, they have other properties to increase the resulting details like **Amount**, **Points** or **Pool Size**. These also start at lower values and will rely on the user to increase their number in order to fully see the effect of the preset.

The randomization ultimately relies on the topology of the source mesh to generate the randomization details and most of the random operators is recursive meaning they repeat the operation many times  to generate their effect - this is why high resolution face selections should be treated more carefully when increasing the subdivision or amount properties.


---

# 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/presets.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.
