From 87798576f0bf19909833c88115687107f8419944 Mon Sep 17 00:00:00 2001
From: addmix <38119387+addmix@users.noreply.github.com>
Date: Tue, 23 Jan 2024 20:20:18 +0100
Subject: [PATCH] Improve documentation for
`CameraAttributesPhysical.exposure_shutter_speed`
(cherry picked from commit b7b0022c7a2f188174aaf1d5e919f28916e83b5f)
---
doc/classes/CameraAttributesPhysical.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/CameraAttributesPhysical.xml b/doc/classes/CameraAttributesPhysical.xml
index 585e8578131..31c8b12c213 100644
--- a/doc/classes/CameraAttributesPhysical.xml
+++ b/doc/classes/CameraAttributesPhysical.xml
@@ -32,7 +32,7 @@
Only available when [member ProjectSettings.rendering/lights_and_shadows/use_physical_light_units] is enabled.
- Time for shutter to open and close, measured in seconds. A higher value will let in more light leading to a brighter image, while a lower amount will let in less light leading to a darker image.
+ Time for shutter to open and close, evaluated as [code]1 / shutter_speed[/code] seconds. A higher value will allow less light (leading to a darker image), while a lower value will allow more light (leading to a brighter image).
Only available when [member ProjectSettings.rendering/lights_and_shadows/use_physical_light_units] is enabled.