Features: add new feature to prevent job submission with outdated job type

This commit is contained in:
Sybren A. Stüvel 2022-03-15 10:34:27 +01:00
parent f1a13ad521
commit 04ac003ed6

View File

@ -65,6 +65,7 @@ Note that list is **not** in any specific order.
- [ ] User authentication - [ ] User authentication
- [ ] Editable job names (for rendering multiple jobs from the same filename) - [ ] Editable job names (for rendering multiple jobs from the same filename)
- [ ] Add `options={'HIDDEN'}` to the Flamenco RNA properties. - [ ] Add `options={'HIDDEN'}` to the Flamenco RNA properties.
- [ ] Add eTag-like checksum to the job types. The aim is to prevent artists from sending in a new job with an old job. This can happen when the job type is changed on the Manager, but in Blender the "refresh" button wasn't pressed yet. This should only cover the job settings, not the rest of the compiler script.
## Nice to have / new features ## Nice to have / new features