Go to file
Sybren A. Stüvel f4f61ea593 Add 'project finders' to the add-on
The Flamenco add-on can now find the top-level directory of your Blender
project. It can be configured to find any of these directories:

- `.blender_project`
- `.git`
- `.subversion`
- None, which is the default and the old behaviour of just using the
  directory of the current blend file as the 'project directory'.
2023-06-01 16:07:11 +02: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 Add 'project finders' to the add-on 2023-06-01 16:07:11 +02:00
cmd shaman-checkout-id-setter: reduce log levels 2023-02-07 16:27:01 +01:00
internal Fix incompatibility with 32-bit platforms 2023-05-24 21:23:05 +02:00
pkg Fix #104218: Shaman unit test TestGarbageCollect is unstable 2023-05-31 13:57:48 +02:00
web OAPI: regenerate code 2023-05-26 11:25:51 +02:00
.editorconfig Include .editorconfig file 2022-05-02 18:25:40 +02:00
.env.example Fix check-environment Makefile rule 2023-05-19 12:09:29 +02:00
.gitattributes Mark more files as generated code 2023-02-20 11:52:35 +01:00
.gitignore Deploy: Update deployment instructions 2023-05-15 20:09:03 +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
CHANGELOG.md Add 'project finders' to the add-on 2023-06-01 16:07:11 +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 Add deployment script 2022-06-28 13:08:52 +02:00
go.mod Bump govulncheck dependencies 2023-03-21 12:20:43 +01:00
go.sum Bump govulncheck dependencies 2023-03-21 12:20:43 +01:00
LICENSE License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
Makefile Makefile: be less verbose when publishing the website 2023-05-26 11:20:05 +02: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.