0
0
forked from studio/flamenco
Production render farm manager.
Go to file
Sybren A. Stüvel 479f35b658 Mage: avoid creating web/static/emptyfile with wrong permissions
The empty file is created so that Go has something to embed when building
Flamenco  Manager, even when the static files aren't built yet. On macOS
this was done with the wrong permissions, though.
2024-10-05 10:25:02 +02:00
.gitea/issue_template Remove checkbox from Custom Job Type issue template 2024-05-16 12:32:13 +02:00
.vscode Git-ignore .vscode/launch.json 2023-07-10 14:10:49 +02:00
addon OAPI: regenerate code 2024-10-03 21:15:56 +02:00
cmd Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
internal Manager: in setup assistant, find Blender in macOS default install dir 2024-10-03 21:15:56 +02:00
magefiles Mage: avoid creating web/static/emptyfile with wrong permissions 2024-10-05 10:25:02 +02:00
pkg OAPI: regenerate code 2024-10-03 21:15:56 +02:00
web Website: document the use of build tool mage 2024-10-04 22:47:29 +02:00
.editorconfig Webapp: tweak the .editorconfig and .prettierrc files + re-format 2023-09-11 17:22:18 +02:00
.env.example Fix check-environment Makefile rule 2023-05-19 12:09:29 +02:00
.gitattributes Mark go.sum as 'generated' 2024-07-01 11:59:52 +02:00
.gitignore Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
.gitlab-ci.yml Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2022-01-03 18:50:58 +00:00
.prettierrc Webapp: tweak the .editorconfig and .prettierrc files + re-format 2023-09-11 17:22:18 +02:00
CHANGELOG.md Fix #104338: Error performing BAT pack 2024-09-30 11:25:49 +02:00
CONFIG_DESIGN.md Partial design doc for configuration handling 2022-02-21 19:47:52 +01:00
debug-job-echo.sh Fix T99434: Two-way Variables 2022-07-22 11:58:35 +02:00
debug-job-render.sh Fix T99434: Two-way Variables 2022-07-22 11:58:35 +02:00
deploy.sh Rename add-on to flamenco-addon.zip 2023-08-01 13:05:02 +02:00
go.mod Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
go.sum Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
LICENSE License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
mage.go Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
Makefile Build with Magefile (#104341) 2024-10-04 21:59:44 +02:00
README.md Add-on & README: Change "Flamenco 3" to just "Flamenco" 2024-08-26 18:24:24 +02:00
sqlc.yaml Worker: replace GORM with sqlc 2024-09-26 23:54:46 +02:00

Flamenco

This repository contains the sources for Flamenco. 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.