Blender AgX in darktable (proof of concept)

Hello,

It works very well on my laptop, for my tests, I installed it in a different directory (darktable-test) and to avoid creating problems I launch it with a small bat file.

@echo off
REM Change to the Program Files directory if necessary
cd /d "%ProgramFiles%"

REM Navigate to the darktable installation directory
cd darktable-test

REM Run darktable with the specified configuration directory
start "" "darktable.exe" --configdir "%APPDATA%\darktable-test"

Thank you and congratulations for your work,
Christian

3 Likes