From 9cbdadcd4bea5a5ad36f3e88f1e6e79bd11ac3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 22 May 2023 16:21:42 +0200 Subject: [PATCH] Add 'Flamenco gets stuck after the first chunk' to the FAQ So far it's always been an add-on that caused this. --- web/project-website/content/faq/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index 92ba0259..4aec55cb 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -118,6 +118,14 @@ This means that you have to click on the little "Refresh" icon next to the job t +## Render jobs hang after the first chunk of frames, what's wrong? + +When rendering a chunk of frames, Flamenco waits until Blender quits. This +signals Flamenco that it finished rendering. Sometimes an add-on prevents +Blender from quitting, and thus Flamenco will think it is still doing something. +Disable add-ons one-by-one to see which one is causing this issue. + + ## What does "command exited abnormally with code 1" mean? It means that the program (probably Blender) exited with an error status. Take a