Duplication of Z:\ on the .blend path #104216

Closed
opened 2023-05-25 22:36:06 +02:00 by PGSCOM · 14 comments

System Information
Operating System(s): Raspbian (Manager) and Windows 11 (Worker)

Flamenco Version
Is Broken: 3.3-alpha0-v3.2-58-g0a2d7d33

Short description of error
The manager duplicates "Z:" on the path of the blend file and the worker can´t find it.

Screenshot:
Captura de pantalla 2023-05-25 223046.png

Worker log:

2023-05-25T22:21:52+02:00 Task assigned to worker LAPTOP-MH964DDC (51fe9633-52c7-46d4-9af1-05693b2e6566)
2023-05-25T22:21:52+02:00 task changed status queued -> active
going to run: C:\blender-3.5.1-windows-x64\blender.exe ["-b" "-y" "Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend" "--render-output" "z:/Material espiral/2023-05-25_222152/######" "--render-format" "PNG" "--render-frame" "1..5"]
pid=2336 > WARN (bgl): C:\Users\blender\git\blender-v350\blender.git\source\blender\python\generic\bgl.c:2656 BPyInit_bgl: 'bgl' imported without an OpenGL backend. Please update your add-ons to use the 'gpu' module. In Blender 4.0 'bgl' will be removed.
pid=2336 > Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:56:35)
pid=2336 > Read prefs: C:\Users\pablo\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
pid=2336 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix
pid=2336 > Error: Cannot read file 'Z:\Software\Z:2023-05-25-222149.587904-Material espiral\Material espiral.flamenco.blend': Invalid argument
pid=2336 > register_class(...):
pid=2336 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix
pid=2336 > Adding reload skin handler to scene
pid=2336 > Failed to register scene update handler
pid=2336 > 
pid=2336 > Blender quit
Failed: command exited abnormally with code 1
2023-05-25T22:21:56+02:00 Task failed by worker LAPTOP-MH964DDC (51fe9633-52c7-46d4-9af1-05693b2e6566), Manager will fail the entire job as there are no more workers left for tasks of type "blender".
2023-05-25T22:21:56+02:00 task changed status active -> failed

Config file:

# Configuration file for Flamenco.
# For an explanation of the fields, refer to flamenco-manager-example.yaml
#
# NOTE: this file will be overwritten by Flamenco Manager's web-based configuration system.
#
# This file was written on 2023-05-24 17:40:31 +02:00 by Flamenco 3.3-alpha0

_meta:
  version: 3
manager_name: Flamenco Manager
database: flamenco-manager.sqlite
listen: :8080
autodiscoverable: true
shared_storage_path: /home/pablo/RendersFlamenco
local_manager_storage_path: ./flamenco-manager-storage
shaman:
  enabled: false
  garbageCollect:
    period: 24h0m0s
    maxAge: 744h0m0s
    extraCheckoutPaths: []
task_timeout: 10m0s
worker_timeout: 1m0s
blocklist_threshold: 3
task_fail_after_softfail_count: 3
variables:
  my_storage:
    is_twoway: true
    values:
    - platform: linux
      value: /home/pablo/RendersFlamenco
    - platform: windows
      value: Z:\
  blender:
    values:
    - platform: linux
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: windows
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: darwin
      value: C:\blender-3.5.1-windows-x64\blender.exe
  blenderArgs:
    values:
    - platform: all
      value: -b -y

Worker console:

2023-05-25T22:21:50+02:00 INF going to execute Blender cmdName=blender-render command=blender-render execCmd="C:\\blender-3.5.1-windows-x64\\blender.exe -b -y Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend --render-output z:/Material espiral/2023-05-25_222152/###### --render-format PNG --render-frame 1..5" task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6
2023-05-25T22:21:54+02:00 ERR command exited abnormally command=blender-render exitCode=1 pid=2336 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6
2023-05-25T22:21:54+02:00 ERR command exited abnormally command=blender-render exitCode=1 pid=2336 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6
2023-05-25T22:21:54+02:00 ERR command exited abnormally error="command exited abnormally with code 1" command=blender-render exitCode=1 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6
2023-05-25T22:21:54+02:00 WRN error executing task error="command exited abnormally with code 1" task={"commands":[{"name":"blender-render","parameters":{"args":["--render-output","z:/Material espiral/2023-05-25_222152/######","--render-format","PNG","--render-frame","1..5"],"argsBefore":[],"blendfile":"Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend","exe":"C:\\blender-3.5.1-windows-x64\\blender.exe","exeArgs":"-b -y"}}],"job":"e910aae2-73a0-4ae0-b9a8-ff7476fdbc33","job_priority":50,"job_type":"simple-blender-render","name":"render-1-5","priority":50,"status":"active","task_type":"blender","uuid":"59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6"}
**System Information** Operating System(s): Raspbian (Manager) and Windows 11 (Worker) **Flamenco Version** Is Broken: 3.3-alpha0-v3.2-58-g0a2d7d33 **Short description of error** The manager duplicates "Z:\" on the path of the blend file and the worker can´t find it. Screenshot: ![Captura de pantalla 2023-05-25 223046.png](/attachments/d499941a-0e2f-4336-9e36-dfe874360c60) Worker log: ``` 2023-05-25T22:21:52+02:00 Task assigned to worker LAPTOP-MH964DDC (51fe9633-52c7-46d4-9af1-05693b2e6566) 2023-05-25T22:21:52+02:00 task changed status queued -> active going to run: C:\blender-3.5.1-windows-x64\blender.exe ["-b" "-y" "Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend" "--render-output" "z:/Material espiral/2023-05-25_222152/######" "--render-format" "PNG" "--render-frame" "1..5"] pid=2336 > WARN (bgl): C:\Users\blender\git\blender-v350\blender.git\source\blender\python\generic\bgl.c:2656 BPyInit_bgl: 'bgl' imported without an OpenGL backend. Please update your add-ons to use the 'gpu' module. In Blender 4.0 'bgl' will be removed. pid=2336 > Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:56:35) pid=2336 > Read prefs: C:\Users\pablo\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend pid=2336 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix pid=2336 > Error: Cannot read file 'Z:\Software\Z:2023-05-25-222149.587904-Material espiral\Material espiral.flamenco.blend': Invalid argument pid=2336 > register_class(...): pid=2336 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix pid=2336 > Adding reload skin handler to scene pid=2336 > Failed to register scene update handler pid=2336 > pid=2336 > Blender quit Failed: command exited abnormally with code 1 2023-05-25T22:21:56+02:00 Task failed by worker LAPTOP-MH964DDC (51fe9633-52c7-46d4-9af1-05693b2e6566), Manager will fail the entire job as there are no more workers left for tasks of type "blender". 2023-05-25T22:21:56+02:00 task changed status active -> failed ``` Config file: ``` # Configuration file for Flamenco. # For an explanation of the fields, refer to flamenco-manager-example.yaml # # NOTE: this file will be overwritten by Flamenco Manager's web-based configuration system. # # This file was written on 2023-05-24 17:40:31 +02:00 by Flamenco 3.3-alpha0 _meta: version: 3 manager_name: Flamenco Manager database: flamenco-manager.sqlite listen: :8080 autodiscoverable: true shared_storage_path: /home/pablo/RendersFlamenco local_manager_storage_path: ./flamenco-manager-storage shaman: enabled: false garbageCollect: period: 24h0m0s maxAge: 744h0m0s extraCheckoutPaths: [] task_timeout: 10m0s worker_timeout: 1m0s blocklist_threshold: 3 task_fail_after_softfail_count: 3 variables: my_storage: is_twoway: true values: - platform: linux value: /home/pablo/RendersFlamenco - platform: windows value: Z:\ blender: values: - platform: linux value: C:\blender-3.5.1-windows-x64\blender.exe - platform: windows value: C:\blender-3.5.1-windows-x64\blender.exe - platform: darwin value: C:\blender-3.5.1-windows-x64\blender.exe blenderArgs: values: - platform: all value: -b -y ``` Worker console: ``` 2023-05-25T22:21:50+02:00 INF going to execute Blender cmdName=blender-render command=blender-render execCmd="C:\\blender-3.5.1-windows-x64\\blender.exe -b -y Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend --render-output z:/Material espiral/2023-05-25_222152/###### --render-format PNG --render-frame 1..5" task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6 2023-05-25T22:21:54+02:00 ERR command exited abnormally command=blender-render exitCode=1 pid=2336 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6 2023-05-25T22:21:54+02:00 ERR command exited abnormally command=blender-render exitCode=1 pid=2336 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6 2023-05-25T22:21:54+02:00 ERR command exited abnormally error="command exited abnormally with code 1" command=blender-render exitCode=1 task=59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6 2023-05-25T22:21:54+02:00 WRN error executing task error="command exited abnormally with code 1" task={"commands":[{"name":"blender-render","parameters":{"args":["--render-output","z:/Material espiral/2023-05-25_222152/######","--render-format","PNG","--render-frame","1..5"],"argsBefore":[],"blendfile":"Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend","exe":"C:\\blender-3.5.1-windows-x64\\blender.exe","exeArgs":"-b -y"}}],"job":"e910aae2-73a0-4ae0-b9a8-ff7476fdbc33","job_priority":50,"job_type":"simple-blender-render","name":"render-1-5","priority":50,"status":"active","task_type":"blender","uuid":"59c5a9ce-9d1f-4f63-9f88-65e9dbbd1cb6"} ```
PGSCOM changed title from Duplication of Z:\ on the .blend path. to Duplication of Z:\ on the .blend path 2023-05-25 22:36:13 +02:00
Author

In the worker log:

Error: Cannot read file '>>Z:<<\Software>>Z<<:2023-05-25-222149.587904-Material espiral\Material espiral.flamenco.blend': Invalid argument

In the worker console:

"blendfile":"Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend" instead of Z:****2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend

The original path of the flamenco.blend file:
Z:\2023-05-25-221344.249443-Material espiral\Material espiral.flamenco.blend

In the worker log: Error: Cannot read file '>>Z:<<\Software\>>Z<<:2023-05-25-222149.587904-Material espiral\Material espiral.flamenco.blend': Invalid argument In the worker console: "blendfile":"Z:2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend" instead of Z:**\**2023-05-25-222149.587904-Material espiral/Material espiral.flamenco.blend The original path of the flamenco.blend file: `Z:\2023-05-25-221344.249443-Material espiral\Material espiral.flamenco.blend`

I notice two things:

  1. The Windows path ends in a path separator (\) whereas the Linux path does not. This is bound to give issues for the path replacement, so either change Z:\Z: or /home/pablo/RendersFlamenco/home/pablo/RendersFlamenco/
  2. The render output is configured to be on z:/ but the configured path is Z:\. This can also cause problems. Use one notation and stick with it. I would recommend using \ for Windows paths and / for Linux/macOS paths.

Please see if this resolves the situation for you.

I notice two things: 1. The Windows path ends in a path separator (`\`) whereas the Linux path does not. This is bound to give issues for the path replacement, so either change `Z:\` → `Z:` or `/home/pablo/RendersFlamenco` → `/home/pablo/RendersFlamenco/` 2. The render output is configured to be on `z:/` but the configured path is `Z:\`. This can also cause problems. Use one notation and stick with it. I would recommend using `\` for Windows paths and `/` for Linux/macOS paths. Please see if this resolves the situation for you.
Sybren A. Stüvel added the
Status
Needs Information from User
label 2023-05-26 14:14:10 +02:00
PGSCOM reopened this issue 2023-05-26 18:30:01 +02:00
Author

I change that and now the path it´s correct but the .flamenco.blend file is not in Z:/ (In Linux the path is /RendersFlamenco) because Flamenco don´t publish

Config:

_meta:
  version: 3
manager_name: Flamenco Manager
database: flamenco-manager.sqlite
listen: :8080
autodiscoverable: true
shared_storage_path: /RendersFlamenco/
local_manager_storage_path: ./flamenco-manager-storage
shaman:
  enabled: false
  garbageCollect:
    period: 24h0m0s
    maxAge: 744h0m0s
    extraCheckoutPaths: []
task_timeout: 10m0s
worker_timeout: 1m0s
blocklist_threshold: 3
task_fail_after_softfail_count: 3
variables:
  my_storage:
    is_twoway: true
    values:
    - platform: linux
      value: /RendersFlamenco/
    - platform: windows
      value: Z:
  blender:
    values:
    - platform: linux
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: windows
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: darwin
      value: C:\blender-3.5.1-windows-x64\blender.exe
  blenderArgs:
    values:
    - platform: all
      value: -b -y

Log:

pid=25344 > WARN (bgl): C:\Users\blender\git\blender-v350\blender.git\source\blender\python\generic\bgl.c:2656 BPyInit_bgl: 'bgl' imported without an OpenGL backend. Please update your add-ons to use the 'gpu' module. In Blender 4.0 'bgl' will be removed.
pid=25344 > Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:56:35)
pid=25344 > Read prefs: C:\Users\pablo\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
pid=25344 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix
pid=25344 > Error: Cannot read file 'Z:\2023-05-26-205407.512373-cuboquesemueve\cuboquesemueve.flamenco.blend': No such file or directory
pid=25344 > register_class(...):
pid=25344 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix
pid=25344 > Adding reload skin handler to scene
pid=25344 > Failed to register scene update handler
pid=25344 > 
pid=25344 > Blender quit
I change that and now the path it´s correct but the .flamenco.blend file is not in Z:/ (In Linux the path is /RendersFlamenco) because Flamenco don´t publish Config: ``` _meta: version: 3 manager_name: Flamenco Manager database: flamenco-manager.sqlite listen: :8080 autodiscoverable: true shared_storage_path: /RendersFlamenco/ local_manager_storage_path: ./flamenco-manager-storage shaman: enabled: false garbageCollect: period: 24h0m0s maxAge: 744h0m0s extraCheckoutPaths: [] task_timeout: 10m0s worker_timeout: 1m0s blocklist_threshold: 3 task_fail_after_softfail_count: 3 variables: my_storage: is_twoway: true values: - platform: linux value: /RendersFlamenco/ - platform: windows value: Z: blender: values: - platform: linux value: C:\blender-3.5.1-windows-x64\blender.exe - platform: windows value: C:\blender-3.5.1-windows-x64\blender.exe - platform: darwin value: C:\blender-3.5.1-windows-x64\blender.exe blenderArgs: values: - platform: all value: -b -y ``` Log: ``` pid=25344 > WARN (bgl): C:\Users\blender\git\blender-v350\blender.git\source\blender\python\generic\bgl.c:2656 BPyInit_bgl: 'bgl' imported without an OpenGL backend. Please update your add-ons to use the 'gpu' module. In Blender 4.0 'bgl' will be removed. pid=25344 > Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:56:35) pid=25344 > Read prefs: C:\Users\pablo\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend pid=25344 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix pid=25344 > Error: Cannot read file 'Z:\2023-05-26-205407.512373-cuboquesemueve\cuboquesemueve.flamenco.blend': No such file or directory pid=25344 > register_class(...): pid=25344 > Warning: 'SMEAR_SLIDER' does not contain '_PT_' with prefix and suffix pid=25344 > Adding reload skin handler to scene pid=25344 > Failed to register scene update handler pid=25344 > pid=25344 > Blender quit ```
Contributor

What is the type of shared storage file server?

I decided to try out a Windows worker and saw similar error to you, that blender couldnt open the .blend file.

I have tried NFS with Windows Client and I eventually got symlinks working but Im stuck at all symlinked files being zero bytes when viewed from Windows client. I dont know how to fix that at the moment. Non symlinked files are non zero in size and can be opened.

What is the type of shared storage file server? I decided to try out a Windows worker and saw similar error to you, that blender couldnt open the .blend file. I have tried NFS with Windows Client and I eventually got symlinks working but Im stuck at all symlinked files being zero bytes when viewed from Windows client. I dont know how to fix that at the moment. Non symlinked files are non zero in size and can be opened.
Author

The problem is that the manager is in linux (RPI4 #104213) and the worker is in windows so the routes can´t be the same.

I´m using Samba for creating a server from the RPI4, the linux route is "/RendersFlamenco/" and the same folder is mounted in the virtual drive "Z:"

This is the config of Samba server

[RendersFlamenco]
comment = renders
path = /RendersFlamenco
force user = pablo
browseable = yes
read only = no
guest ok = yes
create mask = 0777
directory mask = 0777

I think the Samba server works perfectly, the Windows sistem can edit the files and read them. I don't think the samba server is the problem. I think the problem is to make a diferent path for the worker (Windows) and for the manager (Linux).

The problem is that the manager is in linux (RPI4 #104213) and the worker is in windows so the routes can´t be the same. I´m using Samba for creating a server from the RPI4, the linux route is "/RendersFlamenco/" and the same folder is mounted in the virtual drive "Z:\" This is the config of Samba server ``` [RendersFlamenco] comment = renders path = /RendersFlamenco force user = pablo browseable = yes read only = no guest ok = yes create mask = 0777 directory mask = 0777 ``` I think the Samba server works perfectly, the Windows sistem can edit the files and read them. I don't think the samba server is the problem. I think the problem is to make a diferent path for the worker (Windows) and for the manager (Linux).
Contributor

Flamenco Manager uses Shaman file system abstraction which essentially uses linux symlinks. I assume you have Shaman enabled and therefore, some folders on the shared-storage will be symlinks. This is how it is designed to work to minimize duplicating files between Flamenco Jobs and Tasks.

I've wasted so much time trying to understand symlink support for NFS on mounted drives in Windows but Samba needs you to explicitly allow following symlinks on the Samba server.

Flamenco Manager uses Shaman file system abstraction which essentially uses linux symlinks. I assume you have Shaman enabled and therefore, some folders on the shared-storage will be symlinks. This is how it is designed to work to minimize duplicating files between Flamenco Jobs and Tasks. I've wasted so much time trying to understand symlink support for NFS on mounted drives in Windows but Samba needs you to explicitly allow following symlinks on the Samba server.
Author

But shaeman isn’t enabled, you mean that if I enable shaeman it will work? How can I enable symlinks in samba?

But shaeman isn’t enabled, you mean that if I enable shaeman it will work? How can I enable symlinks in samba?
Contributor

I havent tried with Shaman disabled.

I have shaman enabled. I would guess there are no symlinks if it is disabled... but I dont know that for a fact.

Are the files that are missing real or symlinked files on the server?

Sorry cant be more help

I havent tried with Shaman disabled. I have shaman enabled. I would guess there are no symlinks if it is disabled... but I dont know that for a fact. Are the files that are missing real or symlinked files on the server? Sorry cant be more help
Author

Missing, I have searched in all the system (My Linux and Windows) and any platform have the .flamenco.blend file.

Missing, I have searched in all the system (My Linux and Windows) and any platform have the .flamenco.blend file.
Author

Tomorrow I will try with Shaeman enabled

Tomorrow I will try with Shaeman enabled
Contributor

If there is no .blend file anywhere then perhaps the Blender AddOn failed to post it to Flamenco Manager? Any temporary errors on Blender UI?

If there is no .blend file anywhere then perhaps the Blender AddOn failed to post it to Flamenco Manager? Any temporary errors on Blender UI?
Author

Absolutely nothing, tomorrow I will also check all the logs.

Absolutely nothing, tomorrow I will also check all the logs.
Author

I turn on Shaeman and now it works.

Read blend: Z:\jobs\cuboquesemueve\cuboquesemueve.flamenco.blend

Thanks!

I turn on Shaeman and now it works. `Read blend: Z:\jobs\cuboquesemueve\cuboquesemueve.flamenco.blend` Thanks!
Author

Final flamenco-manager.yaml file:

# Configuration file for Flamenco.
# For an explanation of the fields, refer to flamenco-manager-example.yaml
#
# NOTE: this file will be overwritten by Flamenco Manager's web-based configuration system.
#
# This file was written on 2023-05-24 17:40:31 +02:00 by Flamenco 3.3-alpha0

_meta:
  version: 3
manager_name: Flamenco Manager
database: flamenco-manager.sqlite
listen: :8080
autodiscoverable: true
shared_storage_path: /RendersFlamenco/
local_manager_storage_path: ./flamenco-manager-storage
shaman:
  enabled: true
  garbageCollect:
    period: 24h0m0s
    maxAge: 744h0m0s
    extraCheckoutPaths: []
task_timeout: 10m0s
worker_timeout: 1m0s
blocklist_threshold: 3
task_fail_after_softfail_count: 3
variables:
  my_storage:
    is_twoway: true
    values:
    - platform: linux
      value: /RendersFlamenco/
    - platform: windows
      value: "Z:"
  blender:
    values:
    - platform: linux
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: windows
      value: C:\blender-3.5.1-windows-x64\blender.exe
    - platform: darwin
      value: C:\blender-3.5.1-windows-x64\blender.exe
  blenderArgs:
    values:
    - platform: all
      value: -b -y

And the path in the blender plugin is Z:\
image

Final flamenco-manager.yaml file: ``` # Configuration file for Flamenco. # For an explanation of the fields, refer to flamenco-manager-example.yaml # # NOTE: this file will be overwritten by Flamenco Manager's web-based configuration system. # # This file was written on 2023-05-24 17:40:31 +02:00 by Flamenco 3.3-alpha0 _meta: version: 3 manager_name: Flamenco Manager database: flamenco-manager.sqlite listen: :8080 autodiscoverable: true shared_storage_path: /RendersFlamenco/ local_manager_storage_path: ./flamenco-manager-storage shaman: enabled: true garbageCollect: period: 24h0m0s maxAge: 744h0m0s extraCheckoutPaths: [] task_timeout: 10m0s worker_timeout: 1m0s blocklist_threshold: 3 task_fail_after_softfail_count: 3 variables: my_storage: is_twoway: true values: - platform: linux value: /RendersFlamenco/ - platform: windows value: "Z:" blender: values: - platform: linux value: C:\blender-3.5.1-windows-x64\blender.exe - platform: windows value: C:\blender-3.5.1-windows-x64\blender.exe - platform: darwin value: C:\blender-3.5.1-windows-x64\blender.exe blenderArgs: values: - platform: all value: -b -y ``` And the path in the blender plugin is `Z:\` ![image](/attachments/719c6b2c-357c-49bd-9fe6-395ce1190627)
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#104216
No description provided.