From 04ac003ed6a1714588f2771b1fa27613881e6deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 15 Mar 2022 10:34:27 +0100 Subject: [PATCH] Features: add new feature to prevent job submission with outdated job type --- FEATURES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FEATURES.md b/FEATURES.md index b716c606..034fe5ab 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -65,6 +65,7 @@ Note that list is **not** in any specific order. - [ ] User authentication - [ ] Editable job names (for rendering multiple jobs from the same filename) - [ ] 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