# Make relative paths for cache folder in Blender

Many blend files reference external images or other linked blend files. A path tells Blender where to look for these files. If the external files are moved, the blend file that references them will not look right.

When you specify one of these external files, the default option is to make the path relative. Blender stores a partial path evaluated relative to the directory location of the referencing blend file. This choice helps when you need to reorganize folders or move your files.

With a relative path, you can move the blend file to a new location provided the externally linked files are moved along with it.

In order to make relative paths in Blender, please follow the following steps:

1. Step 1: Select your simulation domain

<figure><img src="https://3sfarm.com/wp-content/uploads/2020/09/step-1-to-make-relative-paths-in-blender-213x116.jpeg" alt="Step 1 to make relative paths in Blender" height="389" width="715"><figcaption></figcaption></figure>

2. Step 2: Click "Physical Properties Tab" -> "Cache" -> Enter "//\[the name of your cache folder]"

<figure><img src="https://3sfarm.com/wp-content/uploads/2020/09/step-2-to-make-relative-paths-in-blender-214x116.jpeg" alt="Step 2 to make relative paths in Blender" height="388" width="715"><figcaption></figcaption></figure>

Watch the video to see how it works:

{% embed url="<https://youtu.be/iobh7VIhaJM>" %}

We are pleased to assist you, so don’t hesitate to contact us with any issues.


---

# 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://docs.3scloud.io/3s-cloud-render-farm/tips/tips-for-blender/make-relative-paths-for-cache-folder-in-blender.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.
