Sybren A. Stüvel
4761e3d76e
Website: replace note-hint with 'expand' block
...
It's slightly less distracting now.
2022-08-30 18:03:17 +02:00
Sybren A. Stüvel
d88587f989
Website: split up variables section & adjust for argument split
...
Split up the "Variables" section, and adjust the wording for the splitting
of `{blender}` into `{blender}` and `{blenderArgs}` (rFe5a20425c474).
2022-08-30 18:01:10 +02:00
Sybren A. Stüvel
5634ed3a6b
Website: some more info about the Windows installation of NodeJS
2022-08-30 17:15:49 +02:00
Sybren A. Stüvel
cbd8754595
Website: add link to 7Zip, necessary to get MingW-W64 installed
2022-08-30 15:43:39 +02:00
Sybren A. Stüvel
c499105424
Website: small wording change
2022-08-30 15:27:21 +02:00
Sybren A. Stüvel
fde1403c22
Website: fix header number
2022-08-30 15:25:30 +02:00
Sybren A. Stüvel
2dccfd195a
Website: document how to get make
...
This is now only written for Debian/Ubuntu and Windows, and not for other
Linux flavours or macOS. Also the Windows documentation is very minimal,
but at least contains the info I always tend to forget.
2022-08-30 15:23:59 +02:00
Sybren A. Stüvel
22aa041ec1
Allow relative render output root paths
...
Add a new `abspath(path)` function to the add-on, for use in job type
settings. With this, the "simple blender render" job can support relative
paths for the "render output root" setting, and still have an absolute
final "render output path".
2022-08-25 13:14:48 +02:00
Sybren A. Stüvel
945e3060f4
Website: document location of custom job type scripts
2022-08-25 12:32:29 +02:00
Sybren A. Stüvel
97243d15f1
Website: document path separator replacement in two-way vars docs
...
Document the path separator replacement introduced in
rF63c60a5b15b362e5a951345962d0a6fcbc81c101
2022-08-25 12:27:41 +02:00
Sybren A. Stüvel
d239350ee4
Website: cleanup, reformat markdown table
2022-08-25 11:11:51 +02:00
Sybren A. Stüvel
0c69b5c41b
Website: document variables
2022-08-25 11:11:00 +02:00
Sybren A. Stüvel
9d5c269398
Website: add Shaman documentation
2022-08-07 07:54:04 -07:00
Sybren A. Stüvel
7102a3def8
Website: explain what a 'beta' release means
2022-08-04 11:44:55 +02:00
Francesco Siddi
6e67f81804
Website: Add setup video for Windows
2022-08-03 14:32:29 +02:00
Francesco Siddi
17038c3851
Website: Add License section to download page
2022-08-03 13:13:45 +02:00
Francesco Siddi
6612c60943
Website: Tweaks to Get Involved
2022-08-03 13:13:19 +02:00
Francesco Siddi
d771b9ec9f
Website: Rename QA to FAQ
2022-08-03 12:59:38 +02:00
Francesco Siddi
4b434b785a
Website: Rename "Getting Started" to "Quickstart"
2022-08-03 12:55:05 +02:00
Francesco Siddi
541e09f187
Website: Tweak wording in download page
2022-08-03 12:50:53 +02:00
Sybren A. Stüvel
6022f781d3
Website: add download page & links
...
Add links to download the latest version of Flamenco. Which version is
offered can be managed in `web/project-website/data/flamenco.yaml`.
2022-08-02 12:56:42 +02:00
Sybren A. Stüvel
beb302c2b4
Website: add new 'make' targets to the documentation
2022-08-02 12:05:27 +02:00
Sybren A. Stüvel
b06992a997
Website: start of a "get involved" page
2022-08-02 12:02:12 +02:00
Sybren A. Stüvel
2b11413b76
Website: reformat the "make targets" table
...
No textual changes.
2022-08-02 12:02:04 +02:00
Sybren A. Stüvel
efff61c454
Website: add some documentation about the storage options
...
Basically it's "simple, efficient, isolated -- pick two".
2022-08-01 16:36:29 +02:00
Sybren A. Stüvel
1db1b06c9e
Website: correct the OpenAPI commit guidelines
...
The OpenAPI-generated code no longer contains the git hash, so the docs
had to change for that.
2022-08-01 16:36:10 +02:00
Sybren A. Stüvel
b1f13c47f7
Website: add some documentation for the shared storage
...
This still needs expanding.
2022-07-29 11:39:31 +02:00
Sybren A. Stüvel
0cca867195
Website: move job-compiler-scripts to job-types
...
The concept of "job types" is more important. The fact that they are
defined by scripts is secondary. I've also added more documentation about
the settings & task types.
2022-07-29 11:15:15 +02:00
Sybren A. Stüvel
139d635695
Website: add documentation about job settings
...
It's far from complete, but it's a start.
2022-07-29 11:04:27 +02:00
Sybren A. Stüvel
3f3f5d782f
Website: fix link
2022-07-28 12:10:18 +02:00
Sybren A. Stüvel
920420c10e
Website: write comparison between Flamenco v2 and v3
...
Manifest Task: T99698
2022-07-26 18:59:32 +02:00
Sybren A. Stüvel
574198aa13
Website: document a bit more about job compiler scripts
2022-07-26 18:59:06 +02:00
Sybren A. Stüvel
e481213e4a
Website: write some 'getting started' steps
...
Still too many steps, we need to simplify!
2022-07-26 18:58:54 +02:00
Sybren A. Stüvel
0c8409eb2e
Start of Q&A page on the website
2022-07-26 17:25:50 +02:00
Francesco Siddi
05e82ea5e4
Website: Update deployment script
...
The flamenco.io website moves to flamenco.blender.org!
This commit updates the Makefile as follows:
- Rename 'site' to 'project-website', so the new command to deploy is
'make project-website'
- Move the website directory from 'flamenco-io-site' to
'project-website'
- Update the rsync command do reflect the new deployment destination
2022-07-25 14:42:30 +02:00