Michael Cook
b9582f0ebd
Doc: FAQ for when worker cannot find Blender executable
...
Document how to deal with the warning Flamenco Worker can show during
startup, about not being able to find Blender.
2023-08-23 15:15:36 +02:00
Sybren A. Stüvel
72ec9501b9
Website: add restart_exit_code
to the worker config documentation
2023-08-14 17:40:36 +02:00
Sybren A. Stüvel
9a406f2e33
Website: better documentation of worker actions
...
Instead of explaining all the menu items, just explain the basic actions
(shut down, restart, sleep, wake up), and explain the 'after task is
finished' vs. 'immediately' separately.
2023-08-14 16:14:44 +02:00
Sybren A. Stüvel
0364a7ad79
Merge pull request 'Restartable workers' ( #104242 ) from restartable-workers into main
2023-08-14 16:01:33 +02:00
Sybren A. Stüvel
9009b60379
Website: add list of supported commands
...
Document the commands currently implemented in Flamenco Worker.
2023-08-09 10:55:58 -07:00
Sybren A. Stüvel
4e31ccb31c
Add SIGGRAPH 2023 redirect
...
Add a HTTP redirect for the SIGGRAPH hands-on class. It redirects to
https://siggraph.stuvel.eu/ so that I can easily update the website while
at SIGGRAPH itself.
2023-08-01 17:35:21 +02:00
Sybren A. Stüvel
02fac6a4df
Change Go package name from git.blender.org to projects.blender.org
...
Change the package base name of the Go code, from
`git.blender.org/flamenco` to `projects.blender.org/studio/flamenco`.
The old location, `git.blender.org`, has no longer been use since the
[migration to Gitea][1]. The new package names now reflect the actual
location where Flamenco is hosted.
[1]: https://code.blender.org/2023/02/new-blender-development-infrastructure/
2023-08-01 12:42:31 +02:00
Sybren A. Stüvel
e8ae0c3cf2
Website: Fix 'report a bug' link
2023-07-24 14:53:18 +02:00
Sybren A. Stüvel
a5e405de16
Web: more SocketIO documentation
...
Add that the OpenAPI specs also define the structures used for SocketIO
communication.
2023-07-13 10:13:24 +02:00
Sybren A. Stüvel
b83b929e01
Web: add some technical details to the socketIO documentation
...
Add technical details to explain which part of the SocketIO-based broadcast
system is implemented where in the source code.
2023-07-13 10:08:34 +02:00
Michael Cook
dd34d538ec
fix links in mgr configuration doc section ( #104226 )
...
Actually include the link URLs in the documentation.
Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104226
2023-07-03 11:11:44 +02:00
Adi Sage
8a5c099d57
Website: Documenting descriptions for Job and Task Statuses in the documentation webpage
...
This is a comprehensive list of all possible job and task statuses,
along with a brief description of each status
and a list of possible next statuses.
Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104214
2023-06-22 19:41:51 +02:00
Adi Sage
0a2d7d3361
Website: Fix a typo in the docs for Job Types
...
In the first line of description for Job Types the word 'or' is changed to 'for'.
Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104212
2023-05-23 11:44:38 +02:00
Sybren A. Stüvel
9cbdadcd4b
Add 'Flamenco gets stuck after the first chunk' to the FAQ
...
So far it's always been an add-on that caused this.
2023-05-22 16:21:42 +02:00
Francesco Siddi
9915951007
Deploy: Update deployment instructions
...
Move sensitive information into a dedicated .env file, which is
required only for deployment purposes.
2023-05-15 20:09:03 +02:00
Sybren A. Stüvel
bbeefd4bfa
Website: fix developer 'get started' links
...
Links of the `[text][linkname]` form should not have a space between
the two bracketed parts. And I removed the link to projects.blender.org
because the other two links also link there (indirectly resp. directly).
2023-05-09 15:36:23 +02:00
Francesco Siddi
6642ad38da
Website: Column based layout for the Get Involved page
2023-05-08 14:23:08 +02:00
Francesco Siddi
79b563b55a
Website: Introduce primary and secondary styling for buttons
2023-05-08 14:22:48 +02:00
Francesco Siddi
8da71a323f
Website: Content refactor
...
- Hide sidebar in pages visible in the top nav, except for Docs
- Create an "About" page, featuring the design principles
- Update components illustration
- Move the "What's new in Flamenco 3" page in the FAQ
- Add TOD to the FAQ
- Tweak homepage layout to use two columns
- Styling: slightly reduce max page width (around 12 words per line)
- Styling: tweak padding for titles and paragraphs
2023-05-06 03:34:54 +02:00
Sybren A. Stüvel
3c1871cf0b
Web: some rewording & markup changes to 'mission' page
...
Some rewording & reformatting of the 'mission', and extending the
'development/getting started' page.
2023-05-01 10:56:52 +02:00
MichaelC
ded6f35347
Add mission statement to project website ( #104207 )
...
Initial draft of a mission statement for Flamenco project based on original blog post announcing Flamenco v3.
Based on contribution suggestion from https://blender.chat/channel/flamenco?msg=uQq4thF8uBu7X5FQq
Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104207
2023-05-01 10:39:08 +02:00
Sybren A. Stüvel
692da51e55
Fix #104197 : Document design principles
...
Document the design principles. This is basically
https://studio.blender.org/blog/flamenco-3-a-new-beginning/
plus some more info.
2023-04-24 15:49:23 +02:00
Sybren A. Stüvel
42878e169f
Web: document the need to use drive letters on Windows
...
Flamenco doesn't support UNC notation. Now that's actually documented.
2023-04-20 10:44:25 +02:00
Sybren A. Stüvel
d03bbd49f4
Docs: some rewriting of the Compositor Nodes doc
...
A few minor adjustments:
- Added a note about the job type being third-party, and what that implies.
- Removed the need to use Git or the mention of symlinks, to simplify
installation instructions.
- Fixed a few markup issues.
2023-04-14 11:55:34 +02:00
Sybren A. Stüvel
ec678e0e51
Docs: 3rd party job types, some small changes
...
Just a bit of rewording, mostly avoiding using the word 'job' for 'job
type'.
2023-04-14 11:54:21 +02:00
Sybren A. Stüvel
c119819c13
Docs: ask for bugreport when issue with BAT is found
2023-04-14 11:53:33 +02:00
Sybren A. Stüvel
ff63bc7038
Docs: fix trailing whitespace and newline at EOF
2023-04-14 11:52:52 +02:00
Sybren A. Stüvel
2a3356049b
Docs: add config param + shortcode for bug reporting button
2023-04-14 11:52:01 +02:00
Dylan Gabriel Blanqué
c61530e9cc
Doc: custom job types, bat-pack error, two-way variables ( #104202 )
...
Additions to the documentation:
- Page for collecting custom job types, with multi-pass job type.
- BAT Pack Error Message solution on Windows.
- Clarificationof two-way variable usage in jobs.
Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104202
2023-04-14 10:59:57 +02:00
Sybren A. Stüvel
ea20e94e94
Website: more updates to 'steps to release'
...
Move the updating of `web/project-website/data/flamenco.yaml` to an earlier
step, so that it's committed & tagged along with the rest of the changes.
2023-02-21 12:17:09 +01:00
Sybren A. Stüvel
a692444fb5
Website: more updates to the 'steps to release'
...
It now also has a step to update `web/project-website/data/flamenco.yaml`.
2023-02-21 12:14:28 +01:00
Sybren A. Stüvel
9cf34089e4
Website: update steps to release new version
...
Some steps still expected that the version bump was done with a script
(which hasn't been in use for a while now).
2023-02-21 12:12:31 +01:00
Sybren A. Stüvel
d8ace7b7ff
Website: document Go 1.20 is needed
2023-02-20 11:52:35 +01:00
Sybren A. Stüvel
e855d59c68
Website: update Git URLs to projects.blender.org
2023-02-09 15:23:53 +01:00
Sybren A. Stüvel
55bfc8db88
Website: update URLs to point to projects.blender.org
2023-02-07 17:41:26 +01:00
Sybren A. Stüvel
f93c66edb3
Documentation: no longer mention Bootstrap as dependency
...
The web app doesn't use Bootstrap, so it shouldn't be mentioned in the
docs.
2022-12-06 16:46:14 +01:00
Sybren A. Stüvel
80fee0837b
Documentation: expand the 'Variables' page
...
Expand the 'Variables' page so that it links to the two-way variables
page from within the body of text. Having the link in only the side-bar
was too easy to miss.
2022-12-06 12:57:30 +01:00
Sybren A. Stüvel
9dbeddba35
Documentation: remove use of "expandable" sections
...
Move the "Custom Job Types" expandable section to its own, normal
section.
The expandable sections in the docs aren't that clear, visually. It's
easy to miss that they can be expanded. This was the only use of this
feature.
2022-12-06 12:47:42 +01:00
Sybren A. Stüvel
21b2114505
Website: fix incorrect header in FAQ
2022-11-30 13:10:52 +01:00
Sybren A. Stüvel
51e1657f93
Website: add entry to FAQ about SyncThing/Dropbox/etc.
...
In short: such setups are not supported.
2022-11-30 13:09:46 +01:00
Sybren A. Stüvel
fe8b6e025e
Fix link in "Report a Bug" button
2022-11-21 18:14:00 +01:00
Sybren A. Stüvel
75592d12d3
Fix T102188: Add bug reporting URL to Flamenco "Get Involved" page
2022-11-21 18:01:51 +01:00
Sybren A. Stüvel
e700e0efdf
Website: move exclamation mark outside of link text
2022-11-11 16:55:14 +01:00
Sybren A. Stüvel
4adff44477
Fix T102193: website, broken link to 'get involved' page
2022-11-11 16:55:02 +01:00
Sybren A. Stüvel
f75a8f4c65
Website: remove the "what is new" link
...
Remove the "what is new" link, because it's not that relevant for a quick-
start page. Also it got lost a bit between the videos and felt out of
place.
2022-11-05 10:29:19 +01:00
Sybren A. Stüvel
c174951cd2
Website: remove "videos coming soon" promise
...
They may or may not be coming soon.
2022-11-05 10:28:40 +01:00
Sybren A. Stüvel
7816f218d5
Website: add BCON22 presentation to quickstart
...
Add the Blender Conference presentation video to the Quickstart page.
2022-11-05 10:27:57 +01:00
Sybren A. Stüvel
b23d2c2a89
Website: better explanation of non-Shaman storage options
2022-11-05 10:26:10 +01:00
Sybren A. Stüvel
610cab0961
Website: add "how to change output filenames/paths" to FAQ
2022-10-06 15:14:52 +02:00
Sybren A. Stüvel
8dd469d51a
Website: add FAQ to top menu
...
This replaces the "Development" link, as "Get Involved" is also about
development already. The "Get Involved" page now links with a CTA button
to the "Development" page.
2022-10-06 15:14:39 +02:00