0
0
forked from studio/flamenco
Production render farm manager.
Go to file
Sybren A. Stüvel 1f7cab0ef2 Manager: convert job blocklist management queries to sqlc
Convert most of the job blocklist queries from GORM to sqlc. The management
functions (add worker, remove worker, clear list, fetch list) have been
converted.
2024-08-02 12:50:17 +02:00
.gitea/issue_template Remove checkbox from Custom Job Type issue template 2024-05-16 12:32:13 +02:00
.vscode
addon Add-on: don't write a .flamenco.blend when already on shared storage 2024-08-01 14:41:54 +02:00
cmd Manager: actually respect autodiscoverable: false in configuration 2024-08-01 13:52:41 +02:00
internal Manager: convert job blocklist management queries to sqlc 2024-08-02 12:50:17 +02:00
pkg Shaman tests: colorise log output on some tests 2024-08-01 13:52:41 +02:00
web Manager & Webapp: code changes to handle the new worker tag info in Job 2024-07-30 11:03:03 +02:00
.editorconfig Webapp: tweak the .editorconfig and .prettierrc files + re-format 2023-09-11 17:22:18 +02:00
.env.example
.gitattributes Mark go.sum as 'generated' 2024-07-01 11:59:52 +02:00
.gitignore Git-ignore vendor directory 2023-11-27 11:49:49 +07:00
.gitlab-ci.yml
.prettierrc Webapp: tweak the .editorconfig and .prettierrc files + re-format 2023-09-11 17:22:18 +02:00
CHANGELOG.md Simple Blender Render: include scene name in job settings 2024-08-01 14:55:17 +02:00
CONFIG_DESIGN.md
debug-job-echo.sh
debug-job-render.sh
deploy.sh
go.mod Bump golang.org/x/image to fix vulnerability 2024-06-27 09:54:33 +02:00
go.sum Bump golang.org/x/image to fix vulnerability 2024-06-27 09:54:33 +02:00
LICENSE
Makefile Bumped version to 3.6-alpha3 2024-06-27 09:58:55 +02:00
README.md
sqlc.yaml Manager: convert task scheduler from gorm to sqlc 2024-06-30 21:18:08 +02:00

Flamenco 3

This repository contains the sources for Flamenco 3. The Manager, Worker, and Blender add-on sources are all combined in this one repository.

The documentation is available on https://flamenco.blender.org/, including instructions on how to set up a development environment & build Flamenco for the first time.

To access the documentation offline, go to the web/project-website/content directory here in the source files.

License

Flamenco is licensed under the GPLv3+ license.