From 55491675e2343977695a75316e137120d073ddc1 Mon Sep 17 00:00:00 2001 From: tariqsulley Date: Sun, 25 May 2025 15:52:19 +0200 Subject: [PATCH] Typo Fix (#104389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pr fixes a typo on the flamenco shared storage page. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104389 Reviewed-by: Sybren A. Stüvel --- web/project-website/content/usage/shared-storage/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/usage/shared-storage/_index.md b/web/project-website/content/usage/shared-storage/_index.md index 76f0085d..f9640aa6 100644 --- a/web/project-website/content/usage/shared-storage/_index.md +++ b/web/project-website/content/usage/shared-storage/_index.md @@ -106,7 +106,7 @@ storage.** This makes it possible to store large files, like simulation caches, on the shared storage, without Flamenco creating a copy for each render job. {{< hint type=Warning >}} On Windows it is not possible to construct a relative -path to an asset when that asset is no a different drive than the main blend +path to an asset when that asset is on a different drive than the main blend file. If you still want Flamenco to copy such assets, there are two workarounds: - Move your asset libraries to the same drive as your Blender projects.