Go to file
Sybren A. Stüvel adfc2652b5 Add internal/tools/tools.go to mock-import code generator packages
`internal/tools/tools.go` is a bit of a hacky workaround a limitation of
`go mod tidy`. It will never be built, but `go mod tidy` will see the
packages imported here as dependencies of the Flamenco project, and not
remove them from `go.mod`.

This is meant for build-time requirements that are otherwise never
imported as Go libraries, like our OpenAPI code generator.
2023-02-09 11:25:47 +01:00
.gitea/issue_template Slight tweak to the bug template 2023-02-07 17:41:12 +01:00
.vscode Fix VSCode debugger config 2022-08-25 15:01:50 +02:00
addon Bumped version to 3.2-beta 2023-02-07 15:38:14 +01:00
cmd shaman-checkout-id-setter: reduce log levels 2023-02-07 16:27:01 +01:00
internal Add internal/tools/tools.go to mock-import code generator packages 2023-02-09 11:25:47 +01:00
pkg OAPI: regenerate code 2023-02-03 16:44:55 +01:00
web Website: update URLs to point to projects.blender.org 2023-02-07 17:41:26 +01:00
.arcconfig Add Arcanist config file 2022-07-05 17:14:46 +02:00
.editorconfig Include .editorconfig file 2022-05-02 18:25:40 +02:00
.gitattributes Add .gitattributes to mark generated files as such 2023-02-07 11:43:25 +01:00
.gitignore Add "Shaman Checkout ID setter" command 2023-02-07 15:07:41 +01: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
CHANGELOG.md Webapp: handle job deletions properly 2023-02-03 16:59:15 +01: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 Add deployment script 2022-06-28 13:08:52 +02:00
go.mod Add missing dependencies 2022-10-18 11:30:56 +02:00
go.sum Add missing dependencies 2022-10-18 11:30:56 +02:00
LICENSE License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
Makefile Add Makefile target for shaman-checkout-id-setter 2023-02-07 15:47:11 +01:00
README.md README.md: remove most info from the README and direct to the website 2022-08-01 16:56:40 +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.