Website: document path separator replacement in two-way vars docs

Document the path separator replacement introduced in
rF63c60a5b15b362e5a951345962d0a6fcbc81c101
This commit is contained in:
Sybren A. Stüvel 2022-08-25 12:27:41 +02:00
parent 63c60a5b15
commit 97243d15f1

View File

@ -177,10 +177,13 @@ only `{variablename}` is replaced with the value. Two-way variables go both ways
Let's look at a more concrete example, with the same configuration as above. Let's look at a more concrete example, with the same configuration as above.
- Alice runs Blender on macOS. She submits a job that has its render output set - Alice runs Blender on **macOS**. She submits a job that has its render output set
to `/Volumes/shared/flamenco/renders/shot_010_a_anim`. to `/Volumes/shared/flamenco/renders/shot_010_a_anim`.
- Flamenco recognises the path, and stores the job as rendering to - Flamenco recognises the path, and stores the job as rendering to
`{shared_storage}/renders/shot_010_a_anim`. `{shared_storage}/renders/shot_010_a_anim`.
- Bob's Linux machine is running the Worker, so when it receives a render task - Bob's computer is running the Worker on **Windows**, so when it receives a render
Flamenco will tell it to render to task Flamenco will tell it to render to
`F:\flamenco\renders\shot_010_a_anim`.
- Carol's computer is also running a worker, but on **Linux**. When it receives a
render task, Flamenco will tell it to render to
`/media/shared/flamenco/renders/shot_010_a_anim`. `/media/shared/flamenco/renders/shot_010_a_anim`.