From c119819c13f1821560a47da25da156434f2b7412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 14 Apr 2023 11:53:33 +0200 Subject: [PATCH] Docs: ask for bugreport when issue with BAT is found --- web/project-website/content/faq/_index.md | 11 ++++++----- .../layouts/shortcodes/flamenco/reportBugLink.html | 11 +++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 web/project-website/layouts/shortcodes/flamenco/reportBugLink.html diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index c93d20ea..ff8793fe 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -110,7 +110,9 @@ hardware. ## Why do I get an Error Performing BAT Pack Message? -As of yet, we've only encountered the issue below on Windows installations. +As of yet, we've only encountered the issue below on Windows installations. If +you get this issue, please {{< flamenco/reportBugLink size="small" >}}let us +know{{< /flamenco/reportBugLink >}} so that it can be properly investigated. ``` Error performing BAT pack: [WinError 267] The directory name is invalid: @@ -120,8 +122,7 @@ Error performing BAT pack: [WinError 267] The directory name is invalid: This is most likely some sort of incompatibility that occurs in some cases where you might be using linked assets from an asset library in your project. -*To fix this you may attempt the following fix:* - * Go to **File -> External Data -> Make Paths Relative** - * Submit your job again. +To work around this issue, try the following: -That should fix the issue. \ No newline at end of file + * In Blender, use File → External Data → Make Paths Relative. + * Submit your job again. diff --git a/web/project-website/layouts/shortcodes/flamenco/reportBugLink.html b/web/project-website/layouts/shortcodes/flamenco/reportBugLink.html new file mode 100644 index 00000000..7df0c083 --- /dev/null +++ b/web/project-website/layouts/shortcodes/flamenco/reportBugLink.html @@ -0,0 +1,11 @@ +{{/* This is an adjusted copy of themes/hugo-geekdoc/layouts/shortcodes/button.html */}} +{{- $ref := .Page.Site.Params.Flamenco.bugreportURL -}} +{{- $class := "" }} + +{{- with .Get "class" }} + {{- $class = . }} +{{- end }} + +{{ $.Inner }}