changes-wrt-feedback #1

Merged
ivan.sievering merged 5 commits from changes-wrt-feedback into main 2026-06-03 12:15:50 +02:00
Showing only changes of commit 281a5e104c - Show all commits

View File

@@ -1,34 +1,38 @@
- section: River - section: River
items: items:
- key: flow - key: flow
label: Flow Regime label: Flow
options: [Turbulent, Laminar, Uncertain] options: ["No", Standard, High, Uncertain]
default: Laminar default: Standard
- key: shadows - key: shadows
label: Strong Shadows label: Strong Shadows
options: [Yes, No, Uncertain] options: ["Yes", "No", Uncertain]
default: No default: "No"
- key: sediments
label: Sediments
options: ["Yes", "No", Uncertain]
default: "No"
- key: artifacts - key: artifacts
label: Artifacts on River label: Artifacts on River
options: [Yes, No, Uncertain] options: ["Yes", "No", Uncertain]
default: No default: "No"
- section: Scene - section: Scene
items: items:
- key: lighting - key: lighting
label: Lighting label: Lighting
options: [Day, Night, Uncertain] options: [Bright, Dark, Uncertain]
default: Day default: Bright
- key: exposure - key: exposure
label: Exposure label: Exposure
options: [Overexposed, Underexposed, Both, Normal, Uncertain] options: [Overexposed, Underexposed, Both, Normal, Uncertain]
default: Normal default: Normal
- section: Weather - section: Weather
items: items:
- key: snowing - key: precipitation
label: Snowing label: Precipitation
options: [Yes, No, Uncertain] options: ["Yes", "No", Uncertain]
default: No default: "No"
- key: snow_on_ground - key: snow_on_ground
label: Snow on Ground label: Snow on Ground
options: [Yes, No, Uncertain] options: ["Yes", "No", Uncertain]
default: No default: "No"